Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 295 Bytes

File metadata and controls

13 lines (7 loc) · 295 Bytes

代理模式

Using the proxy pattern, a class represents the functionality of another class.

使用代理模式,一个类代替另一个类的功能

楼主说

代理模式就是在不改变原有类的情况下,使用一个代理类对它进行功能扩展

UML