装饰器模式
2016-03-02 17:28:47 12 举报
装饰器模式
作者其他创作
大纲/内容
Decorator2
- Sourcable
- operation()
Sourcable source = new Source(); Sourcable obj = new Decorator1(new Decorator2(source));obj.operation();
Source
-operation()
Sourcable
Decorator1
0 条评论
下一页