Creational patterns

Home > Computer Science > Software Engineering > Software design patterns > Creational patterns

Creational patterns describe how objects are created, initialized, and managed. Examples include the Factory method pattern and the Singleton pattern.