Lecture - Imperative Programming TT23, IX
- Facade pattern:
- Simple interface to more complex code
Flashcards
What is the Façade pattern in OOP?
An object that implements a simple interface to a complex subsystem, possibly adding in extra verification and logic to the requests.