第45月第5天 代理模式与适配器模式

1.

代理模式

我们将创建一个 Image 接口和实现了 Image 接口的实体类。ProxyImage 是一个代理类,减少 RealImage 对象加载的内存占用。

ProxyPatternDemo,我们的演示类使用 ProxyImage 来获取要加载的 Image 对象,并按照需求进行显示。

代理模式的 UML 图

https://www.runoob.com/design-pattern/proxy-pattern.html

 

posted @ 2020-06-05 16:31  lianhuaren  阅读(147)  评论(0编辑  收藏  举报