SOFTWARE ENGINEERING

SOFTWARE DESIGN

DESIGN PATTERNS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Builder is a creational design pattern that lets you construct complex objects step by step.
A
true
B
false
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Q 16-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.

Detailed explanation-2: -The Builder design pattern falls under the creational pattern category and can be used to build a complex object using some simple objects in a step by step manner.

Detailed explanation-3: -The Builder pattern lets you build objects step by step, using only those steps that you really need.

There is 1 question to complete.