Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Design a class named Person and its two subclasses named Student and Employee. A Person has a name, address, phone number, and email address. A
Design a class named Person and its two subclasses named Student and Employee.
A Person has a name, address, phone number, and email address.
A Student has a class status (freshman, sophomore, junior, or senior). Define the status as an integer constant (1, 2, 3, 4).
An Employee has an office, salary, and date hired.
NOTE: You don't need to define the methods, just identify the instance variables required in each of the three separate classes.
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