Computer Science, asked by julie37, 3 months ago

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 covid20k
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