Mar 22, 2010

Facade Pattern

Facade Design Pattern

Facade is the front of a building. Technically, it is the simplified interface to a bigger and complex code. This complex code could be entire application  or some library or bunch of disconnected classes. I would say, web services are also an example Facade as they provide simple to use and platform independent APIs against complex and dependent code.

 

 

Technorati Tags: ,