-
Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
-
- Facade pattern
- Prototype pattern
- Builder pattern
- Adapter pattern
- 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.