Both aggregation and composition are special kinds of associations. They are used to represent ownership or a whole/part relationship. But when should you use them? I am always confused and I have difficulties to remember which one to use when. It is pretty simple though, composition is just a stronger relationship than aggregation. An example [...]