摘要:
视频地址:https://www.bilibili.com/video/BV1bt4y1U7YA/ 适配器模式(Adapter pattern) 1.定义 "Convert the interface of a class into another interface clients expect. 阅读全文
摘要:
一、依赖倒置原则定义 1、上层模块不应该依赖底层模块,它们都应该依赖于抽象。(High level modules should not depend upon low level modules. Both should depend upon abstractions.)2、抽象不应该依赖于细节 阅读全文