Facade Pattern

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

  

  

原文地址:https://www.cnblogs.com/jasonC/p/3455796.html