文件名称:factory
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 9kb
- 下载次数:
- 0次
- 提 供 者:
- xi***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个农场,农场里种植了苹果,梨子,每一种水果由一名专门的园丁负责采摘,请用工厂模式对该农场进行表示,要求设计具有扩展性,扩展时不需要改变原有的代码,即农场中还可以增加其他的水果,但在增加是不需要改变农场原有的人员和水果的安排。-A farm, the farm planted apples, pears, each fruit by a dedicated gardener in charge of picking, please use the factory model of the farms that require the design of scalable, expansion does not need to change the original code, that is, farms can also add other fruits, but the increase is not necessary to change the original farms and fruit arrangements.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
factory
.......\Client.class
.......\Client.java
.......\cn
.......\..\edu
.......\..\...\hunnu
.......\..\...\.....\factory
.......\..\...\.....\.......\Config.class
.......\..\...\.....\.......\Factory.class
.......\..\...\.....\.......\impl
.......\..\...\.....\.......\....\FactoryP1.class
.......\..\...\.....\.......\....\FactoryP2.class
.......\..\...\.....\product
.......\..\...\.....\.......\impl
.......\..\...\.....\.......\....\Product1.class
.......\..\...\.....\.......\....\Product2.class
.......\..\...\.....\.......\Product.class
.......\Config.java
.......\config.properties
.......\config.properties.bak
.......\Factory.java
.......\factory.jcd
.......\FactoryP1.java
.......\FactoryP2.java
.......\Product.java
.......\Product1.java
.......\Product2.java
.......\Client.class
.......\Client.java
.......\cn
.......\..\edu
.......\..\...\hunnu
.......\..\...\.....\factory
.......\..\...\.....\.......\Config.class
.......\..\...\.....\.......\Factory.class
.......\..\...\.....\.......\impl
.......\..\...\.....\.......\....\FactoryP1.class
.......\..\...\.....\.......\....\FactoryP2.class
.......\..\...\.....\product
.......\..\...\.....\.......\impl
.......\..\...\.....\.......\....\Product1.class
.......\..\...\.....\.......\....\Product2.class
.......\..\...\.....\.......\Product.class
.......\Config.java
.......\config.properties
.......\config.properties.bak
.......\Factory.java
.......\factory.jcd
.......\FactoryP1.java
.......\FactoryP2.java
.......\Product.java
.......\Product1.java
.......\Product2.java