AI
推荐
模板社区
专题
登录
免费注册
首页
流程图
详情
装饰器模式
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
收藏
立即使用
产品研发流程
收藏
立即使用
商家扫描二维码消费(微信)
收藏
立即使用
商家二维码消费APP端
收藏
立即使用
微信登录
无名飘渺
职业:暂无
去主页
Collect
Get Started
迭代器模式
Collect
Get Started
装饰模式
Collect
Get Started
迭代器模式
Collect
Get Started
装饰器模式
评论
0
条评论
下一页
Document