设计模式-装饰模式
2018-03-13 20:44:30 23 举报
设计模式-装饰模式
作者其他创作
大纲/内容
ConcreComponent
+Operation()
说明
装饰模式(Decorator)结构图
具体对象
component 是定义了一个接口对象,可以给这些对象动态的添加职责
-component
ConcreteDecoratorB
-addedState:string
+Operation()+AddedBehavior()
装饰抽象类
component(接口)
ConcreteDecoratorA
Decorator
0 条评论
下一页