Builder Pattern

 

Builder Pattern 


Creational design pattern which allows constructing complex objects step by step.

Focus on answering the following questions:

  • What Class does consist of?
  • What roles do these Class play?
  • In what way the elements of the pattern are related?




Creational Patterns

Factory Methods, Abstract Factory, Prototype (clone), SingleTon

Structural Patterns

Adapter, Decorator, Facade




Comments