Adapter D&P
摘要:Intent: Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces. 用于不同接口之间的转换。Structure: A class adapters uses multiple inheritance to adapter one interface to another. An object adapter
阅读全文