design_patterns icon indicating copy to clipboard operation
design_patterns copied to clipboard

关于装饰模式

Open ouewqa opened this issue 9 years ago • 1 comments

下面这张图没看明白

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

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

ouewqa avatar Mar 03 '17 01:03 ouewqa

是组合吧

godtail avatar Sep 20 '17 09:09 godtail