Question
Dubai Zoo is asking you to write a Java program that manages the animals in the zoo. Animals are distributed over 5 sections. The user
Dubai Zoo is asking you to write a Java program that manages the animals in the zoo. Animals are distributed over 5 sections. The user of your program should be able to add an animal, delete an animal, modify an animal, list all animals in a specific section, list all animals from a specific specie, and print all animals (from all species). Data on all animals should be stored in files. A menu asks the user which operation he wants to perform. Guidelines: Please observe the following guidelines while writing your programs: Use appropriate names of classes, variables, and methods. Make good and appropriate use of inheritance (at least one) Make good and appropriate use of abstract classes (at least one) Make good and appropriate use of polymorphism (at least one) Provide enough comments to understand your code Use appropriate indentations
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started