subtitle
06
14
delegation的兄弟姐妹 delegation的兄弟姐妹
Delegation分为 *Use(A use B) *Association(A has B) *Composition/aggregation(A owns B) dependencyt 通过方法的参数传递建立联系,进行调用
2022-06-14 John Doe
06
多种设计模式 多种设计模式
creational patterns Factory:创建一个接口,将“生产”过程延续到多种子类 Structural patterns Adapter:将某个类转换成client期望的形式 Decorator:将每个特征都写成一个类,可
2022-06-06 John Doe