Changes

Jump to: navigation, search

Facade

135 bytes added, 11:18, 19 March 2007
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 ==
1
edit

Navigation menu