欢迎光临
我们一直在努力

适配器模式 Adapter Pattern

建站超值云服务器,限时71元/月

适配器模式 Adapter Pattern

项目介绍:

适配器模式 Adapter Pattern

适配器模式(Adapter Pattern)属于行为型模式(Behavioral Pattern),适配器模式也称为包装(Wrapper)。Adapter pattern 将类接口转换为客户端期望的其他类型接口,让接口不兼容的类一起工作。此模式可以帮助重新利用已有的类。

Adapter pattern 涉及以下四个组成部分:

AdapterPatternUML

  1. Object using an adapter:使用适配器的对象,即依赖新协议的对象。

  2. New protocol:需要使用的协议。

  3. Legacy object:声明协议前已经存在,无法直接修改该对象接口。

  4. Adapter:遵守 New protocol,并将调用传递给 legacy object。

详细介绍查看下面文章:

https://github.com/pro648/tips/wiki/适配器模式-Adapter-Pattern

源码地址:https://github.com/pro648/BasicDemos-iOS/tree/master/AdapterPattern

赞(0)
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com 特别注意:本站所有转载文章言论不代表本站观点! 本站所提供的图片等素材,版权归原作者所有,如需使用,请与原作者联系。未经允许不得转载:IDC资讯中心 » 适配器模式 Adapter Pattern
分享到: 更多 (0)

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址