Creational Patterns

Creational Patterns

Creational patterns are the way of creating objects, which increase flexibility and reuse of existing code.

Types of Creational Patterns

  • Simple Factory
  • Factory Method
  • Abstract Factory
  • Builder
  • Prototype
  • Singleton