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