تقييمات الطلاب
( 5 من 5 )
١ تقييمات
فيديو شرح Mediator Design Pattern ضمن كورس Design Patterns شرح قناة Derek Banas، الفديو رقم 24 مجانى معتمد اونلاين
Cut and Paste Code: http://goo.gl/A9Vws
Welcome to my Mediator Design Pattern Tutorial! The Mediator design pattern is used to handle communication between related objects (Colleagues). All communication is handled by a Mediator Object and the Colleagues don't need to know anything about each other to work together.
The Gang of Four description: Allows loose coupling by encapsulating the way disparate sets of objects interact and communicate with each other. Allows for the actions of each object set to vary independently of one another.