Question: Create a program in oop that is a workers management System. In this file there are many different workers with different salaries .They are all
Create a program in oop that is a workers management System. In this file there are many different workers with different salaries .They are all inheriting from a super class Workers that have different attributes. two different worker classes have child classes because they are workers that work in a dangerous environnement, thus, they both implements an interface called workerRisk that provides them an extra 100 dollars per month on their salaries.
Create a program in object oriented programming that is a workers management System. In this file there are many different workers with different salaries. They are all inheriting from a super class Workers that have different attributes.
two different worker classes have child classes because they are workers that work in a dangerous environnement, thus, they both implements an interface called workerRisk that provides them an extra 100 dollars per month on their salaries.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
