Facade means concealment or hiding the details. Facade pattern make a complex system simpler for the client by providing a unified or general interface which at a higher level to these subsystems. Facade pattern gives an easy entry point to an otherwise complex system.
Example:
JDBC design:
A database design is complicated. JDBC is used to connect the database and manipulate data without exposing details to the clients.
Thursday, February 12, 2009
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment