Q:

Which of the following describes the Builder pattern correctly?

0

Which of the following describes the Builder pattern correctly?


  1. This pattern builds a complex object using simple objects and using a step by step approach.
  2. This pattern refers to creating duplicate object while keeping performance in mind.
  3. This pattern is used when creation of object directly is costly.
  4. This pattern is used when we need to decouple an abstraction from its implementation so that the two can vary independently.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

This pattern builds a complex object using simple objects and using a step by step approach.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Design Patterns MCQ Quiz (Multiple Choice Questions And Answers)

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
In which of the following pattern a class represen... >>
<< Can We Create A Clone Of A Singleton Object?...