Home » JAVA Programming » Java Basic » Question
  1. Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
    1. Facade pattern
    2. Prototype pattern
    3. Builder pattern
    4. Adapter pattern
    5. None of these
Correct Option: A

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



Your comments will be displayed only after manual approval.