- Develop an object-oriented program in C++ to create a pay roll system of an organisation assuming
that the following information can be read from the keyboard: employee name
employee code designation account number date of joining basic pay
DA, HRA and CCA
deductions like PPF, GPF, CPF, LIC, NSS, NSC, etc.
Construct the data base with suitable member functions for initialising and destroying the data, viz. constructor, default constructor, copy constructor, destructor, static member functions, friend class, this pointer, inline code and dynamic memory allocation operators—new and delete.