Creational patterns are design patterns that provide various ways of creating objects. They hide the complexities of object creation and provide a way to create objects in a manner suitable for the situation.
There are several types of creational patterns, including:
- Singleton Pattern
- Factory Method Pattern
- Abstract Factory Pattern
- Builder Pattern
- Prototype Pattern
Each of these patterns has a different approach to object creation and provides various benefits.