Categories: C#.Net

Abstract Factory Design Pattern in C#.Net

Abstract factory provides the interface to access family of related objects without specifying their concrete classes. That means if you want to access one instance of multiple related classes, abstract factory provides that instance. Abstract factory design pattern in C#.Net provides the solution for such type issues.