Design Patterns - Façade
Design Patterns Category Design Patterns Index 10. Façade Intent: Provide a unified interface to a set of interfaces in a subsystem. Facade defines a higher-level interface that makes the subsystem easier to use. Motivation: Structuring a system into subsystems helps...
