C#设计模式 装饰器模式(手机例子)工程源代码下载
设计模式: 装饰器模式(Decorator Pattern) 简单介绍: 装饰器模式(Decorator Pattern): 假设有一部手机你购买来以后只有手机,然后你需要再给其添加一些装饰,比如保护壳,钢化膜或者手机贴画等,这个就是装饰者模式的思想 装饰器模式主要组成部分: Component:定义一个对象接口,可以给这些对象动态地添加职责 ConcreteComponent:定义一个对象,可以给这个对象添加一些职责 Decorator:维持一个指向Component的指针,并定义一个与Component接口一致的接口 ConcreteDecorator:负责向ConcreteC
文件列表
DesignPattern_DecoratorTest.zip
(预估有个15文件)
DesignPattern_DecoratorTest
bin
Debug
DesignPattern_DecoratorTest.exe
7KB
DesignPattern_DecoratorTest.vshost.exe
24KB
DesignPattern_DecoratorTest.pdb
22KB
Release
MobilePhoneStickers.cs
840B
obj
Debug
暂无评论