标签:
题目要求
1、画UML图
2、编写代码
Mobilephone类(抽象组件类)
AppleMobilephone类(具体组件类)
MiMobilephone类(具体组件类)
Function类(抽象装饰类)
Bluetooth类(具体装饰类)
GPS类(具体装饰类)
Camera类(具体装饰类)
客户端
运行结果
《软件架构与设计模式》关于 装饰模式 的一个小例子
原文地址:http://www.cnblogs.com/houyanjie/p/5087411.html