make a payroll application using class c++
There are three kinds of employees in the system:
salaried employee, hourly employee, and commissioned employee. The system takes as input an array containing employee objects, calculates salary polymorphically, and generates report. Your application should support exception handling.
Answers
Answered by
3
Answer:
salaried employee, hourly employee, and commissioned employee. The system takes as input an array containing employee objects, calculates salary polymorphically, and generates report. Your application should support exception handling.
Similar questions