Adapter Pattern -Inherit
2017-09-06 14:49:14 3 举报
设计模式之适配器模式类图 通过继承关系来实现的适配器模式
Adaptee
+ methodA( )+ methodB( )
Adapter
+ targetMethod1( )+ targetMethod2( )
+ abstract targetMethod1( )+ abstract targetMethod2( )
Client
为了保护您和被举报人的权利,请您慎重填写举报原因,我们会认真核实调查。
确定