摘要:
适配器模式适配器模式(adapter Pattern),又叫变压器模式。变压器是可以使高低电压相互转换。1适配器模式的定义适配的英文原文是:Convert the interface of a class into another interface clients expect. Adapter 阅读全文
摘要:
装饰者模式装饰者模式(Decorator Pattern) 是一种比较常见的模式。1装饰者模式的定义装饰者模式的英文原话是:Attach Additional responsibilities to an object dynamically keeping the same interface. 阅读全文