Abstract Factory Pattern
A creational pattern that produces families of related objects without specifying their concrete classes.
A creational pattern that produces families of related objects without specifying their concrete classes.
A creational pattern that defines an interface for creating an object but lets subclasses decide which class to instantiate.