文件名称:装饰者模式案例学习代码
文件大小:2KB
文件格式:ZIP
更新时间:2016-03-22 18:54:03
装饰者模式 设计模式
装饰者模式学习案例代码 文章:http://blog.csdn.net/hailushijie/article/details/8630106
【文件预览】:
src
----DecoratorEggs.java(365B)
----DecoratorPepper.java(272B)
----DecoratorSausage.java(419B)
----Pancake.java(178B)
----DecoratorTest.java(917B)