Question: (Person, Student, Employee, Faculty and Staff classes) 1)…
Question Answered step-by-step Question: (Person, Student, Employee, Faculty and Staff classes) 1)… Question: (Person, Student, Employee, Faculty and Staff classes)1) Design a class named Person which has name, address, phone_number and email_address with toString() method. 2) Create 2 sub-classes from Person called Student and Employee3) Student has class status (which is constant) – Fresh-man or junior or Senior. 4) Employee has an office_location and Salary5) Create 2 sub-classes from Employee called Faculty and Staff. 6) Faculty has office_hours and rank7) Staff has title Overirde the toString() method in each class to display the class name and Person’s name. Computer Science Engineering & Technology Java Programming Share QuestionEmailCopy link Comments (0)


