Creational Patterns
Last updated
Was this helpful?
Last updated
Was this helpful?
Creational patterns are trying to help with object creation issues.
Separates object construction from its representation
Creates an instance of classes based on input
Creates an instance of several families of classes
Creates an instance of several derived classes
A fully initialized instance to be copied or cloned
Avoid expensive acquisition and release of resources by recycling objects that are no longer in use
A class of which only a single instance can exist