Computer Science, asked by hasanansari, 1 year ago

mention at least five attributes (data values)that you can expect from the objects of the following class: (a) class employee, (b) class teacher, (class telephone, (d) class School

Answers

Answered by kliptu
34
Employee class can have following attributes:
1. position
2. salary
3. join date
4. department

Teacher class can have following attributes:
1. subject name
2. class hours

Telephone class can have following attributes:
1. number
2. name

School class can have following attributes:
1. school address
2. school phone

Similar questions