Association vs Aggregation vs Composition

relationship between different objects

Asit Dhal

--

When a classes interacts with another class, a relationship develops between those two. This is called association. In an university, a student can learn from an instructor. We can model this relationship as follows.

The relationship can also show how many objects interact. This is called multiplicity…

--

--