Doub between simple class association and composition.
Eusebio Floriano
Ranch Hand
Joined: Mar 07, 2004
Posts: 235
posted
0
What�s the difference between implementation of simple class association and composition ? Both implementations will result in a class be an atribute of the another class ("HAS-A" behavior). Or am I wrong ?