Tuesday 25 September 2012

What is the Facade?

Provides a unified interface to a set of interfaces in a subsystem. Facade defines a higher level interface that makes the subsystem easier to use. In a layered architecture the layer facade allows coupling between layers to the lowest possible because higher-level components only references the facade directly.

No comments:

Post a Comment