ImplementALL1. abstract class Employee with the followingmethods:* abstract void setSalary(int salary) methodabstract int getSalary() method30* abstract void setGrade(String grade)method (grade of the employee in theorganization)* abstract String getGrade() method31* void label() method which prints"Employee's data:In" (Concrete method,implementation is hidden from end user)32Test Results332. class Engineer extending class Employee:private attribute int salaryprivate attribute String grade* implement the setter and getter methodsom the parent class to set and get attributesnd grade)ding class Employee
Answers
Answered by
0
Answer:
just give the salary he wanted as he do lots of hardworking person
Similar questions