Posted on: 10/19/2008 11:31:27 PM | Views : 803

The facade pattern is a design pattern that is used to simplify access to functionality in complex or poorly designed subsystems. The facade class provides a simple, single-class interface that hides the implementation details of the underlying code.

...

Go to the complete details ...