Student Reviews
( 5 Of 5 )
1 review
Video of Mediator Design Pattern in Design Patterns course by Derek Banas channel, video No. 24 free certified online
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.