Using C++ modify the following payroll system provided in the link to add private data members birthDate (this is a Date object) and departmentCode (an int) to class Employee. Assume that this Payroll...

Using C++ modify the following payroll system provided in the link to add private data members birthDate (this is a Date object) and departmentCode (an int) to class Employee. Assume that this Payroll is processed once per month. For each employee, polymorphically, add a $100.00 bonus to the persons payroll amount if this is the month in which the Employee's birthday occurs. https://www.chegg.com/homework-help/C-How-to-Program-10th-edition-chapter-12-problem-14E-solution-9780134448237 You need to know the present date and the DOB for John, Sue, Bob and Karen (the employees). It happens that Bob and Sue are born in May and will get the bonnus. Write the program to get the DOB and the present date from keyboard.

May 19, 2022
SOLUTION.PDF

Get Answer To This Question

Submit New Assignment

Copy and Paste Your Assignment Here