Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Facade Pattern

Substitute the interfaces of a set of classes by the interface of one class. Facade hides implementation classes behind one interface.

by GOF