Skip to content
Kami edited this page Mar 11, 2015 · 2 revisions

Intent:

Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use.

Structure:

Example:

Use Facade Pattern:

Reference:

http://en.wikipedia.org/wiki/Facade_pattern

Clone this wiki locally