¶适配器模式
¶定义
Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn’t otherwise because ...
¶依赖倒置原则(Dependence Inversion Principle,DIP)
就是面向接口编程
¶定义
High level modules should not depend upon low level modules.Both should depend upon abstra ...