CSC/ECE 517 Fall 2012/ch2b 1w61 ps: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| Line 4: | Line 4: | ||
| ==Directory of Sites== | ==Directory of Sites== | ||
| ===  | === 1. [http://en.wikipedia.org/wiki/Facade_pattern Facade pattern (Wikipedia)]=== | ||
| ===  | === 2. [http://java.dzone.com/articles/design-patterns-uncovered-1 Design Patterns Uncovered: The Facade Pattern]=== | ||
| ==Comparison == | ==Comparison == | ||
Revision as of 00:07, 19 November 2012
Facade, directory of sites
Introduction
GoF definition for facade design pattern is, "Provide a unified interface to a set of interfaces in a subsystem. Facade Pattern defines a higher-level interface that makes the subsystem easier to use."