me115 / design_patterns

图说设计模式
http://design-patterns.readthedocs.org/zh_CN/latest/index.html#
Other
6.83k stars 1.8k forks source link

关于装饰模式 #16

Open ouewqa opened 7 years ago

ouewqa commented 7 years ago

下面这张图没看明白

Decorator: 抽象装饰类 与 Component: 抽象构件,为什么还有一个泛化关系? 不是只有一个聚合关系么?

http://design-patterns.readthedocs.io/zh_CN/latest/structural_patterns/decorator.html

godtail commented 6 years ago

是组合吧