Creational Patterns Flashcards
1
Q
Creates an instance of several families of classes
A
Abstract Factory
2
Q
Separates object construction from its representation
A
Builder
3
Q
Creates an instance of several derived classes
A
Factory Method
4
Q
Avoid expensive acquisition and release of resources by recycling objects that are no longer in use
A
Object Pool
5
Q
A fully initialized instance to be copied or cloned
A
Prototype
6
Q
A class of which only a single instance can exist
A
Singleton