What is the purpose of the Facade pattern?
- To allow multiple objects to communicate with each other
- To create a reusable object-oriented design
- To provide a common interface for a group of related classes
- To provide a simplified interface to a complex system, hiding the complexity of the system behind a single interface and making it easier to use
The Facade pattern provides a simplified interface to a complex system, hiding the complexity of the system behind a single interface and making it easier to use
Loading...