Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creational patterns #2

Open
marcelotm23 opened this issue Oct 21, 2019 · 0 comments
Open

Creational patterns #2

marcelotm23 opened this issue Oct 21, 2019 · 0 comments
Labels

Comments

@marcelotm23
Copy link
Owner

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant