Question: Which one is NOT correct about Builder Pattern? It suggests that you extract the object construction code out of its own class and move
Which one is NOT correct about Builder Pattern? It suggests that you extract the object construction code out of its own class and move it to separate objects called builders. Builder pattern builds a complex object using simple objects and using a step by step approach. ( ) A Builder class builds the final object step by step. This builder cannot be independent of other objects.
Step by Step Solution
3.28 Rating (154 Votes )
There are 3 Steps involved in it
The detailed answer for the above question is provided below The sta... View full answer
Get step-by-step solutions from verified subject matter experts
