Abstract Factory
Abstract Factory ensures internal consistency across a group of related objects. Abstract Factory provides an interface for creating families of related or dependent objects without specifying their concrete classes. Abstract Factory is us…
1 sources - 3 claims
Abstract Factory ensures internal consistency across a group of related objects. Abstract Factory provides an interface for creating families of related or dependent objects without specifying their concrete classes. Abstract Factory is used when a system must produce sets of objects designed to work together, and the exact family needs to remain interchangeable.