Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 307 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 307 Bytes

AnimalShelter

An example of object-oriented programming in Java for the 2017 TechHOUNDS summer programming boot camp.

Animal: name type vaccinated (vacc) fixed color age

Dog: breed cuteness tags

Fish: length saltwater scales

Driver: mainmenu store retrieve match remove exit