Design Patterns

Creational type

  • Builder : Create object's piecewise as components.
  • Factory : Create the whole object using Factory method, Factory Class or a hierarchical set of abstract Factories.
  • Prototype : When the copy of an object its cheaper than the construction of a new one.
  • Singleton :
  • Adapter :
  • Bridge :