Define a class employee with the following specifications:
Private members of class employee
Employ integer
Ename 20 character
Basic, hra, dafloat
Net pay float
Calculate ( ) A function to find basic +hra +da with float
Return type.
Public member function of class employee
Have data ( ) function to accept value for empno, ename,basic, hra,
Da, and invoke calculate ( ) to calculate netpay.
Dispdate ( ) function to display all the members on the screen