Allan
Allan

Reputation: 21

Code of Association, Composition and Aggregation

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

Answers (1)

Michael Ames
Michael Ames

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

Related Questions