C
creational
Projects with this topic
-
Prototype is a creational design pattern that enables object creation by copying an existing prototype, reducing the cost and complexity of object instantiation.
Updated -
Singleton is a creational design pattern that ensures a class has only one instance and provides a global point of access to that instance.
Updated