|
COMP2113
COMP2113_ENGG1340 Programming technologies and Computer programming II [Section 2BC] [2023]
|

Public Attributes | |
| char | Name [100] |
| char | Position [100] |
| int | Salary |
Definition at line 5 of file employee.c.
| char Employee::Name[100] |
Definition at line 6 of file employee.c.
Referenced by setEmployee(), and showInfo().
| char Employee::Position[100] |
Definition at line 7 of file employee.c.
Referenced by setEmployee(), and showInfo().
| int Employee::Salary |
Definition at line 8 of file employee.c.
Referenced by setEmployee(), and showInfo().