Design Pattern – Abstract Factory

C# CONCEPTSAccording to Gang of Four, abstract factory patterns can be assumed as the factory for creating factories.Learning ObjectivesWhat is the abstract factory design pattern?How to write code using the abstract factory design pattern?How to create a factory provider?How to create a client application(from the Main method) that uses factory providerPrerequisitesAbstract factory pattern is purely … Continue reading Design Pattern – Abstract Factory