Design Patterns - Facade

xiaoxiao2021-04-03  224

1. The intent of the facade pattern is to provide an interface That Makes a subsystem easy to us.

2. A Facade Class May Have All Static Methods.

3. The JOPANE CLASS IS One of the FEW EXAMPLES OF A FACADE IN The Java Library.

4. In Some Sense, Facade Limit The Way We Apply Some System.

5. A Facade Lies Somewhere Between The Rechness of a Toolkit and The Specificity of a Particular Application.

6. demo & facade: A demo is usually a standalone, nonreusable application that shows one way to apply a subsystem; a facade is usually a configurable, reusable calss with a higher-level interface that makes the subsystem easier to use.

7. PIC:

转载请注明原文地址:https://www.9cbs.com/read-131650.html

New Post(0)