What’s difference between Association, Aggregation and
Inheritance relationships?
Answer Posted / meenakshi sharma
Association- Association is used for establishing
relationship between classes. Association describes links
between(among) classes. For example, if a professor works
in a university then it can be represent as the assciation
relationship between professor and university class.
Aggregation-Aggregation is a concept that is used to
express "part-of" types of associations between
objects.Aggregation is seen as a relationship in which an
assembly class is related to component class. In this
component objects are not having seperate existence, they
depend on composite objects.
Inheritance-Inheritance is an object orientation concept
which allow reusability of design/code. Basic meaning of
inheritance is that if one class is already defined than
another class which also passes the property of existing
class can be defined and inherit the property of existing
class. For example, if a class named Student is defined and
another class for Post Graduate students is to be defined
then PG Student class can inherit the Student class.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is a multi line comment?
Is and as in c#?
State the top.NET class that everything is derived from?
Explain About Virtual functions and their use.
Explain synchronous and asynchronous operations?
What is the signature of a method?
Is an interface a type c#?
How is a string immutable?
What is jagged array?
Define c# i/o classes?
Define encapsulation?
Why is hashset faster?
What is the difference between asp net and c#?
What is xml serializer?
Explain what a diffgram, and a good use for one Define diffgram? How it be used?