Implemented Association and Aggregation
Created a Course Class and Student Class, then associated Student with Course. Both class objects independant of each other.
Created an Employeee class the add list of employee as attribute in Departmet class. Employee is aggregated with Departmet Class. Employee can exists if Departmet Object is destroyed