Page 1 of 1

Question 1: You are requested to create Employee class, to hold employee's information. Choose the appropriate variables

Posted: Fri Jul 01, 2022 5:47 am
by answerhappygod
Question 1 You Are Requested To Create Employee Class To Hold Employee S Information Choose The Appropriate Variables 1
Question 1 You Are Requested To Create Employee Class To Hold Employee S Information Choose The Appropriate Variables 1 (20.51 KiB) Viewed 16 times
Question 1: You are requested to create Employee class, to hold employee's information. Choose the appropriate variables for your employees. Variables can be (but not limited to): name, ID, CPR, age, salary, working hours. Use chain exceptions to verify at least two of the variables. Add bonus or deduction method, that increments/decrements their salaries according to your rules. Add comments to explain your code and ideas.