πŸ“Š Software Design Modeling (SDM)
Q. 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.
πŸ’¬ Discuss
βœ… Correct Answer: (A) this pattern builds a complex object using simple objects and using a step by step approach.

You must be Logged in to update hint/solution

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
582
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
91%
Success Rate