Facade
Term side of the Card
Topic: Structural Patterns
Unit title: Facade
Categories: Design pattern
Explanation side of the Card
Explanation: The design pattern that provides a high-level interface to a set of interfaces in a subsystem. It makes the subsystem easier to use by exposing a simpler interface to the client.