1
edit
Changes
Facade
,→Facade Pattern
== Facade Pattern ==
The Facade Pattern is used to consolidate numerous complicated objects and function calls in a single interface. It does not necessarily encapsulate the objects behind the facade, as it commonly allows the client to work directly with the object.
== UML Example ==