Skip to content

Creational patterns  #2

@marcelotm23

Description

@marcelotm23

In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems or in added complexity to the design. Creational design patterns solve this problem by somehow controlling this object creation.

  • Abstract factory
  • Builder
  • Dependency Injection
  • Factory method
  • Lazy initialization
  • Multiton
  • Object pool
  • Prototype
  • Resource acquisition is initialization (RAII)
  • Singleton

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions