Question: Develop a java application with an Employee class with Emp_name, Emp_id, Address, Mail_id, Mobile_no as members. Inherit the classes, Programmer from employee class. Add Basic
Develop a java application with an Employee class with Emp_name, Emp_id, Address, Mail_id, Mobile_no as members. Inherit the classes, Programmer from employee class. Add Basic Pay (BP) as the member of all the inherited classes with 97% of BP as DA, 10 % of BP as HRA, 12% of BP as PF, 0.1% of BP for staff club funds. Generate pay slips for the employees with their gross and net salary ?
Step by Step Solution
There are 3 Steps involved in it
class Employee String empname empid address mailid mobileno double basicpay EmployeeString empname S... View full answer
Get step-by-step solutions from verified subject matter experts
