团队
推荐
模板社区
专题
登录
免费注册
首页
流程图
详情
Adapter Pattern -Inherit
2017-09-06 14:49:14
3
举报
分享方式
免费使用
设计模式之适配器模式类图 通过继承关系来实现的适配器模式
设计模式
适配器模式
类图
作者其他创作
大纲/内容
Adaptee
+ methodA( )+ methodB( )
Adapter
+ targetMethod1( )+ targetMethod2( )
+ abstract targetMethod1( )+ abstract targetMethod2( )
Client
收藏
立即使用
Abstract Factory Pattern
收藏
立即使用
Builder Pattern
收藏
立即使用
Adapter Pattern -Inherit
Self-devourer
职业:暂无
去主页
评论
0
条评论
下一页
为你推荐
查看更多
Observer Pattern
Strategy Pattern
Object adapter pattern
Adapter
Adapter
decorator pattern
Pattern list
Decorator Pattern
适配器模式(Adapter)结构图
class adapter pattern