Description: This a practice procedures JAVA own series, the main function is to feed the animals, select different animals can be equipped with different foods. This is just the Java source programs, there is no system interface functions, interested students can design their own system interface, only to learn!
To Search:
File list (Check if you may need any files):
spring面向切面\.classpath
..............\.project
..............\.settings\org.eclipse.jdt.core.prefs
..............\bin\ApplicationContext.xml
..............\...\com\fit\Animal.class
..............\...\...\...\Feeder.class
..............\...\...\...\Food.class
..............\...\...\...\impl\Cat.class
..............\...\...\...\....\Dog.class
..............\...\...\...\....\Meat.class
..............\...\...\...\Test.class
..............\commons-logging.jar
..............\spring-beans.jar
..............\spring-context.jar
..............\spring-core.jar
..............\.rc\ApplicationContext.xml
..............\...\com\fit\Animal.java
..............\...\...\...\Feeder.java
..............\...\...\...\Food.java
..............\...\...\...\impl\Cat.java
..............\...\...\...\....\Dog.java
..............\...\...\...\....\Meat.java
..............\...\...\...\Test.java
..............\bin\com\fit\impl
..............\src\com\fit\impl
..............\bin\com\fit
..............\src\com\fit
..............\bin\com
..............\src\com
..............\.settings
..............\bin
..............\src
spring面向切面