Question: 1. Create a class named Employee and create fields to store the following information. Employee ID Employee Name Department Designation Salary i. ii. iii.

1. Create a class named Employee and create fields to store the following information. Employee ID Employee Name Department Designation Salary i. ii. iii. iv. V. a. Write constructor for the class. b. Write mutator and accesor methods for all fields. c. Create two objects for the class Employee. d. Show the state of both objects. e. Write a method named SalaryIncrement to increase salary by 500SR. NOTE: Take the screenshots of the results from BlueJ Software
Step by Step Solution
There are 3 Steps involved in it
Have a look at the below code I have put comments wherever required for better understanding class E... View full answer
Get step-by-step solutions from verified subject matter experts
