Q:

Which of the following describes the Facade pattern correctly?

0

Which of the following describes the Facade pattern correctly?


  1. This pattern allows a user to add new functionality to an existing object without altering its structure
  2. This pattern is used where we need to treat a group of objects in similar way as a single object
  3. This pattern hides the complexities of the system and provides an interface to the client using which the client can access the system
  4. This pattern is primarily used to reduce the number of objects created and to decrease memory footprint and increase performance

All Answers

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

Correct Answer:

This pattern hides the complexities of the system and provides an interface to the client using which the client can access the system

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
Which of the following are concerned with communic... >>
<< Which of the following are levels of design focus ...