: Defines an interface for creating an object but lets subclasses decide which class to instantiate.
: Focus on object creation mechanisms to decouple your system from how its objects are created and represented. Mastering PHP Design Patterns
: Provides a simplified interface to a complex body of code, such as a library. : Defines an interface for creating an object