Builder design Pattern

Builder design Pattern 
Builder pattern build a complex object using simple objects and using step by step approach. For example: XML builder, Meal builder.
We provide API through which small objects can be added to complex object.

Builder Pattern UML Diagram

No comments:

Post a Comment