SE450
:
The FACTORY METHOD Pattern
[20/55]
Context
A type (the creator) creates objects of another type (the product).
Subclasses of the creator type need to create different kinds of product objects.
Clients do not need to know the exact type of product objects.