Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Create Java program with classes to suffice the attached PDF diagram. It covers inheritance, method over-riding, and polymorphism. Upload your work in one Zip folder
Create Java program with classes to suffice the attached PDF diagram. It covers inheritance, method over-riding, and polymorphism. Upload your work in one Zip folder file
-.-JGGRASP exec: java TestPolymorphism Student Details: Sam Mesosa BS Computer Science 2012 3.8 Student Details: Dolahr Bill BA World Philosophy 2010 3.2 Professor Details: Richard Noetall Lecturer of Computer Science Professor Details: Laura Sea Writer of Computer Science Tutor hours per week: 6.67 Student Details: Barbara silo BS Physicist 2015 3.98 Sport: Swim Team Position: High Dive Rating: 9.75 -n-jGRASP: operation complete. Person is the parent class. Referred to as the super-class. Professor is called the child class. Referred to as the sub-class. Is A-Relationship of Person. Professor inherits from Person. Professor has from Person the firstName lastName. Student has from Person the firstname lastname. Person print is overwritten by Student and Professor print. Athlete is-a-relotionship of Student. One to one. Not all Student are Athlete. Tutor is-a-relationship of Professor. One to one. Not all Professor are Tutor. The process of inheritance should establish an is-a-relotionship (page 409) between two classes. Aggregation, hos-o-relotionship (page 304), composed of other objects. Car and each part are all separately objects. A car has a relationship with multiple parts. One to many 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