Question: Write a program that makes a program of Small Pay roll System. This program takes number of employees and display basic salary of the Employees.
Write a program that makes a program of Small Pay roll System. This program takes number of employees and display basic salary of the Employees. In this system make a base class Employ and derived class Salary .Take the information of employ (E_Number, E_Name , E_Designation) using employ get function. Take another information from the derived get function (E_BasicSalary, E_HumanResurces, E_DearnessAllownce,E_ProftibalityFund). Calculate the net pay through derived class function. And finally display the all information of the Employee. Using display function through derived class
Oop in c++
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
