mention five states (characteristics) and two methods for the class employee, in computer
Answers
Answered by
6
Following are the fives possible states or characteristics and the two methods for the class employee as it is required:
States or Characteristics of the class 'employee':
- id
- name
- address
- designation
- salary
Methods examples for the class 'employee':
- emp.empAge (21)
- emp.empSalary (20000)
hope his helped...
Answered by
0
Answer:
Characteristics: Emp_id,Name,DOB,Join_date,Salary
Methods: generateSalarySlip(),computeTax()
Similar questions