0 votes
in Design Patterns by
What is Builder pattern?

1 Answer

0 votes
by

Builder pattern builds a complex object using simple objects and using a step by step approach. This builder is independent of other objects.

...