Design-Patterns-Creational-The Factory Method
1999-12-27 13:15:00 +0000
This post desribes how The Factory Design Pattern delegates the work of object creation to derived classes of the interface.
This post desribes how The Factory Design Pattern delegates the work of object creation to derived classes of the interface.
This post desribes how The Mediator Design Pattern is used to design encapsulation for interaction among objects and helps design a loose coupling by preventing objects from referring to each other directly thus allowing to vary their interactions independantly.