What is association?
Answers were Sorted based on User's Feedback
Answer / benjamin jacob
A relationship between two entities, where one uses the
other is known as Association.
Contrast this with Dependancy, where one entity needs to use
another entity for its completion.
| Is This Answer Correct ? | 5 Yes | 0 No |
What is method overriding?
Can an interface contain fields?
What are the good practices to use while designing for reuse?
What are the features of encapsulation ?
What is Overloading ? Is it similar to overriding ?
What is data abstraction? what are the three levels of data abstraction with Example?
Do we require a parameter for constructors?
Can a class implement two interfaces having default method with same name and signature?
Write a note on encapsulation?
What is the difference between function overloading and over riding?
What is the benefit of Composition over Inheritance?
Difference between Composition and Aggregation