Difference between revisions of "Facade"

From CDOT Wiki
Jump to: navigation, search
(Links)
Line 1: Line 1:
 
__TOC__
 
__TOC__
 
== Facade Pattern ==
 
== Facade Pattern ==
 +
 +
 +
== Code Examples ==
 +
 +
=== Java ===
 +
 +
=== C++ ===
 +
 +
== Open Source Applications ==
  
 
== Links ==
 
== Links ==
 
[[BTP600]]<br/>
 
[[BTP600]]<br/>
 
[http://en.wikipedia.org/wiki/Facade_Pattern Wikipedia Entry on Facade Pattern]
 
[http://en.wikipedia.org/wiki/Facade_Pattern Wikipedia Entry on Facade Pattern]

Revision as of 11:26, 19 January 2007

Facade Pattern

Code Examples

Java

C++

Open Source Applications

Links

BTP600
Wikipedia Entry on Facade Pattern