SOFTWARE ENGINEERING

SOFTWARE DESIGN

DESIGN PATTERNS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
A Prototype is used when you want to guarantee a unique instance that is lightweight to create:
A
true
B
false
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Builder is a creational design pattern that lets you construct complex objects step by step. The pattern allows you to produce different types and representations of an object using the same construction code.

Detailed explanation-2: -Q 18-Which of the following describes the Prototype pattern correctly? A-This pattern builds a complex object using simple objects and using a step by step approach.

There is 1 question to complete.