Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write the supporting Class files for the Visit the Zoo program. Upload all for your work in a zip file. This final will require you
Write the supporting Class files for the Visit the Zoo program.
Upload all for your work in a zip file. This final will require you to write the supporting class and interface files that will be used by the main program when it runs.The file structure, package names, class and interface names, and all of the method names are predefined and should match those in the main program so that it will properly function.The file structure will look like this:Make sure that you name the package 'zooVisit'. Make sure to not change the files StartZooVisit.java I will be using my own copies of those files to run and check your work, changing them may cause your program break. You must change the MyNameData.java file to contain your information not mine. I will be using that to help me assign your grade to you.
Files that you will need to make and upload:
Animal.java
ExhibitEnvironment.java
Mammal.java
MyNameData.java
Reptile.java
StartZooVisit.java
Venomous.java
The Subclasses must not implement a noargument constructor.
for example, new Reptile should fail, but new MammalBeaver should work.
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