MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following describes the Builder pattern correctly? |
| A. | this pattern builds a complex object using simple objects and using a step by step approach. |
| B. | this pattern refers to creating duplicate object while keeping performance in mind. |
| C. | this pattern is used when creation of object directly is costly. |
| D. | this pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently. |
| Answer» B. this pattern refers to creating duplicate object while keeping performance in mind. | |