Lecture 12 - Facade Design Pattern
Lecture 12 - Facade Design Pattern
Outline ●
●
UML of Facade Pattern
Example of Facade Pattern
● Benefits of Facade Pattern
Facade Design Pattern
● The Facade Design Pattern is a structural pattern that provides a simplified
interface to a set of interfaces in a subsystem, making it easier to use.
● It involves creating a unified interface that sits on top of a set of interfaces
to simplify the usage for clients.
Facade Design Pattern
Facade Design Pattern
In the above diagram,