Question: Write a program in Java to create an Employee class having static data members e mployeeID, employeeName, employeeSalary and static member functions getEmployeeInformation() which takes
Write a program in Java to create an Employee class having static data members employeeID, employeeName, employeeSalary and static member functions getEmployeeInformation() which takes the input for n Employees, findEmployee() which finds the Employee who gets the highest salary, and, display() which displays each of the employees' information. Use a constructor which copies an employee information to another object. (Note:- This constructor will receive an object as a parameter)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
