cxlove / DesignPattern

The example code from head first design patterns for practicing
0 stars 2 forks source link

The Facade Pattern #16

Open cxlove opened 8 years ago

cxlove commented 8 years ago

RT

cxlove commented 8 years ago

The Facade Pattern provides a unified interface to a set of interfaces in a subsytem. Facade defines a higher- level interface that makes the subsystem easier to use.