Design Patterns – Abstract Factory
This Creational Pattern provides an interface to create families of related or dependent objects without specifying their concrete classes. This pattern could be used with other creational patterns, such as Factory Method, or could be implemented also using Prototype Pattern and a concrete factory could also be a singleton. Wow, that’s so much information in … Design Patterns – Abstract Factory