filmov
tv
Program to produce pay slip of an employee
![preview_player](https://i.ytimg.com/vi/pYDA-uXOE_o/maxresdefault.jpg)
Показать описание
Develop a program to produce pay slip of an employee name, code and designation. And another base class consisting of the data members, such as account number, date of joining and basic pay. The derived class consists of data member of other earning (PF, LIC, TAX). (Implement using interface).