设计模式之装饰模式(Decorator Pattern)

时间:2015-03-21 04:11:18
【文件属性】:
文件名称:设计模式之装饰模式(Decorator Pattern)
文件大小:48KB
文件格式:ZIP
更新时间:2015-03-21 04:11:18
设计模式,装饰模式,Decorator Pattern 动态地给一个对象添加一些额外的职责。就扩展功能而言,它比生成子类方式更为灵活。
【文件预览】:
DecoratorPattern
----DecoratorPattern.suo(15KB)
----DecoratorPattern.sln(938B)
----DecoratorPattern()
--------bin()
--------Form1.Designer.cs(3KB)
--------AbstractSumManger.cs(527B)
--------Sum2.cs(283B)
--------Program.cs(497B)
--------obj()
--------SumWrapper1.cs(604B)
--------AbstractSum.cs(238B)
--------Form1.cs(1KB)
--------Form1.resx(6KB)
--------SumWrapper2.cs(603B)
--------Model.cs(343B)
--------ClassDiagram1.cd(2KB)
--------Properties()
--------Sum1.cs(283B)
--------DecoratorPattern.csproj(4KB)
DecoratorPattern1.txt

网友评论