Adapter Pattern

The Adapter Pattern converts the interface of a class into another interface the clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.

  

  

  Object Adapter v.s. Class Adapter

  

原文地址:https://www.cnblogs.com/jasonC/p/3455746.html