Saved Bookmarks
| 1. |
What Is Builder Pattern? |
|
Answer» Builder PATTERN builds a complex object USING SIMPLE objects and using a step by step APPROACH. This builder is independent of other objects. Builder pattern builds a complex object using simple objects and using a step by step approach. This builder is independent of other objects. |
|