Skip to content

Latest commit

 

History

History

Decorator

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Decorator (装饰器)

目的

动态的给一个对象添加一些额外的职责。就增加功能来说,装饰器模式相比生成子类更为灵活。

UML类图

avatar