subject

Define a class named Person and its two subclasses named Student and Employee. Make Faculty and Staff subclasses of Employee. A person has a name, address, phone number, and email address and birthDate. A student has a department, and a class status (first year, second year, third year, fourth year, fifth year ). An employee has an office, salary, and date hired. Use the java. util. Date class to create objects for birthDate and date hired. A faculty member has office hours and a rank. A staff member has a title. Override the toString() and equal() methods in each class. toString() should return all info of the object. equal() method must check equality of employees based on salary and name, and equality of students based on name and class status i. e. two employees are considered equal if they have the same name and salary and two students are considered equal if they have the same name and class status. Write a test program in which you define objects from employee and student and make calls to at least 5 methods.

Notes:
1- Chose reasonable data types for all attributes.
2- In every class there must be at least two constructors (a no-arg constructor + a constructor with parameters)
3- Define setter and getter methods in all classes.
4- You have to use the this and super keywords at least twice each.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:30
Active listen eliminates barries to communication true or false
Answers: 1
question
Computers and Technology, 24.06.2019 10:30
This device directs network traffic. bridge hub nic repeater router switch
Answers: 3
question
Computers and Technology, 24.06.2019 17:40
Anewly established internet company with 40 employees needs your advice. they are looking for a collaboration tool and have narrowed their choices to gotomeeting, webex, and my web conferences. after reading the information presented in this chapter and other sources, prepare a two- page document ( double spaced) that includes two advantages and two disadvantages of each tool. which one is your final recommendation? why did you choose that tool over the other two?
Answers: 3
question
Computers and Technology, 24.06.2019 19:50
Which is a characteristic of free and open-source software licenses? a. the source code is unavailable to everyone b. the source code is available only to the government c. the source code is available to all users d. the source code is constantly modified
Answers: 1
You know the right answer?
Define a class named Person and its two subclasses named Student and Employee. Make Faculty and Staf...
Questions
question
Mathematics, 23.03.2020 18:28
question
Mathematics, 23.03.2020 18:28
Questions on the website: 13722360