Question: please answer this question in java a. Design a class named Person and its two subclasses named Student and Faculty. A person has a name,
please answer this question in java

a. Design a class named Person and its two subclasses named Student and Faculty. 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 a (9 constant. An employee has an office, salary, and dateOfJoin. Create constructors for all class to initiate object members. Design a overriding method printDetails() to print members of each class. Write Java program to implement those through a demo class. (5M)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
