06 2013 档案

 
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 阅读全文
posted @ 2013-06-21 11:11 梦想改变生活 阅读(212) 评论(0) 推荐(0)