Question: in java Create class Employee derived from Person and containing: a) EmployeeNo (int) (field NOT change/update), Employer_Office_Phone(String), Wroked_Hours(int), info (ContactInformation), and Type_of_Employee (String), b) Add
in java Create class Employee derived from Person and containing: a) EmployeeNo (int) (field NOT change/update), Employer_Office_Phone(String), Wroked_Hours(int), info (ContactInformation), and Type_of_Employee (String), b) Add setters/mutators and getters/accessors of Employee c) Write a constructor to initialize the above Employee attributes. d) Add second constructor which calls super class constructor.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
