Commit a9db669b authored by lui.bingham's avatar lui.bingham

Zoo Application

parents
public class Animal extends AnimalType {
String name;
String animaldesc;
}
public class AnimalType {
String animal;
String desc;
String type;
String food;
String environment;
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment