Lab 4

USF Zoo Database

Due Wednesday, March 22 11:55pm. Submission through SVN.
Please submit your work in SVN directory
https://www.cs.usfca.edu/svn/< your username >/cs112/lab4

e.g.
https://www.cs.usfca.edu/svn/ejung/cs112/lab4

Goal

Design and implement a database for USF Zoo. You will be practicing inheritance and visibility modifiers to take advantage of common traits of Mammals and Reptiles. You can pick your favorite animals to put in the zoo. There has to be at least 2 mammals and 2 repitles in your zoo. Implement Driver that instantiates objects of each class, and prints their information.

Specifications

What to submit

Submit README, Driver.java, USFZoo,java, Mammals.java, Reptiles.java, and your 4 animal classes to your SVN.