Institute which has a number of departments like CS and EE. 
Every department has a number of students. 
So, we make an Institute class which has a reference to object or a number of objects (i.e., list of objects) of the Department class. 
That means Institute class is associated with Department class through its object(s).
| And Departmentclass has also a reference to object or objects (i.e., list of objects) ofStudentclass.
It means it is associated withStudentclass through its object(s).
It represents a Has-A relationship. |   | 
| Variety is the spice of life. |