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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started