creational design pattern
C22389
concept
A creational design pattern is a reusable solution that abstracts and manages object creation processes to increase flexibility, encapsulation, and control over how instances are constructed in a software system.
Observed surface forms (4)
- Creational design pattern ×1
- Creational design pattern element ×1
- Design pattern participant ×1
- FlyweightImplementation ×1
Instances (8)
- Factory Method
- Abstract Factory
- Builder via concept surface "Creational design pattern"
- Prototype
- ConcreteFactory via concept surface "Design pattern participant"
- Singleton
- ConcreteFlyweight via concept surface "FlyweightImplementation"
- Singleton pattern