Question: EX2 - Object Composition with ArrayList Let's say we have an object-oriented human resources application to manage employees. This system has a class to represent

EX2 - Object Composition with ArrayList Let's say we have an object-oriented human resources application to manage employees. This system has a class to represent a department within a company and a class to represent employees, among other entities. A department has employees assigned to it. The Department class has an ArrayList of Employee objects. Write a statement to declare an empty ArrayList of Employee objects
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
