Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 320 Bytes

File metadata and controls

14 lines (8 loc) · 320 Bytes

Abstract Factory

Intent

Provide an interface for creating families of related or dependent objects without specifying their concrete classes.

Implementation

alt Abstract Factory Method UML Diagram

PHP Implementation of Abstract Factory