تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Chain of Responsibility Design Pattern ضمن كورس Design Patterns شرح قناة Derek Banas، الفديو رقم 22 مجانى معتمد اونلاين
Get the Code: http://goo.gl/hpssM
Welcome to my Chain of Responsibility Design Pattern Tutorial! Wow, that was a mouthful!
This pattern has a group of objects that are expected to between them be able to solve a problem. If the first Object can't solve it, it passes the data to the next Object in the chain. In this tutorial, I'll use it to make the right calculations based off of a String request. While that is pretty simple the capabilities of this pattern are endless.