What is the difference between these terms, can you give please small examples?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Aggregation: From http://en.wikipedia.org/wiki/Aggregate_pattern
Meaning in short on elements contains 0 or more other elements of another type.
Delegate: From http://en.wikipedia.org/wiki/Delegation_pattern
Meaning that some class uses another object to do something.
Or in C# delegation can just refer to a delegate function, see http://msdn.microsoft.com/de-de/library/900fyy8e%28VS.80%29.aspx
Consultation I know nothing off, sorry
hth
Mario
Note: I did not actually compile the code above.