摘要:
工厂方法 Factory Method Define an interface for creating an object. but let subclasses decide which class to instantiate. Factory Method lets a class defe 阅读全文
摘要:
装饰器模式 Decorator Attach additional responsibilities to an object dynamically. Decorators provide a flexible alternative to subclassing for extending fu 阅读全文