Classes
Classes
3. Create an object to store an employee details and display them using the getter methods.
5. Date is represented by three integers, year, month and day. Write an object oriented Java
program for the following
6. Write an object oriented Java program to perform the following operations in integer arrays:
Add two arrays - corresponding elements should be added, assume the arrays
are of same size
§Increment point
§Decrement point
13.Following details of employees are available: Employee ID, Employee name and
basic pay, allowances and deductions. Write an object oriented program to calculate
the gross pay and net pay.
14.Extend the above program to find the employee with the highest pay for a given
set of employee details.
15.Extend the above program to sort the employee details based on the highest pay.
s