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.
We provide API through which small objects can be added to complex object.

No comments:
Post a Comment