Reputation: 21
I read many times about Association, Composition and Aggregation. What will the simple code in c# of these three terms? I have understood about the difference of Composition and Aggregation, but in Association, its look like just Composition in my view. I am just beginner of c#, sorry if i wrote here something wrong about these terms.
Upvotes: 0
Views: 2341
Reputation: 2617
I think this is a reasonable question. In fact, it's been asked and answered rather well, including code examples, in this StackOverflow thread: Difference between association, aggregation and composition
Good luck!
Upvotes: 1