Computer Science, asked by home2, 1 year ago

mention five states (characteristics) and two methods for the class employee, in computer

Answers

Answered by engmoeed73
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':

  1. id
  2. name
  3. address
  4. designation
  5. salary

Methods examples for the class 'employee':

  1. emp.empAge (21)
  2. emp.empSalary (20000)

hope his helped...

Answered by brilliant2991
0

Answer:

Characteristics: Emp_id,Name,DOB,Join_date,Salary

Methods: generateSalarySlip(),computeTax()

Similar questions