TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
jozino
NA
2
0
UML - aggregation and association practical difference
Oct 22 2009 10:08 AM
Hi, please is anybody here who can explain me the difference between aggregation and association in UML on some concrete C# example? I was looking on many websites for answer but everybody answers by theoretical examples like tree has a leaf and so on, but i still dont understand it, cos i dont know how it looks like in real code! for examle: public class SomeClass { private int someInt; private AnotherClass anotherClass; } What kind of relationship is between someClass and anotherClass? can you provide me code examples for all types of class relationship: association, aggregation, composition, generalization? MANY THANKS
Reply
Answers (
3
)
Server exception listener??
Custom Form Class / Adding Generic Functionality?