csc113 Lab 2
csc113 Lab 2
Lab 2
Create a class called Employee with the following attributes:
id of type int
name of type String
salary of type double
Suppose a department can hold up to 25 employees, create a class called Department with the
following attributes:
employees of type Employee[]
employeeCounter of type int