Are you familiar with the Gang of Four" book?. It is one of the few that I believe every programmer should own. A facade pattern is the use of one class to act as a front end to multiple others, so that client classes need only know about the one, and are isolated from changes to the many.
Comments 2
Reply
(The comment has been removed)
Are you familiar with the Gang of Four" book?. It is one of the few that I believe every programmer should own. A facade pattern is the use of one class to act as a front end to multiple others, so that client classes need only know about the one, and are isolated from changes to the many.
Reply
Leave a comment