Skip to content

Latest commit

 

History

History
 
 

Facade Design Pattern

The Facade Pattern is a structural design pattern. It provides a simplified interface to a set of other interfaces, abstractions and implementations within a system that may be full of complexity and/or tightly coupled.

Facade Design Pattern