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 |
Define Data Abstraction. What is its importance?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
What is composition? Explain the purpose of composition.
Can you call the base class method without creating an instance?
What is an USECASE? Why it is needed?
What is the super keyword?
What are abstract functions? Why are they used?
Differences between functional programming and object-oriented programming?
Can you create an instance of an interface?
If there is a conflict between base class method definition and interface default method definition, which definition is picked?
Explain about Overloading vs Overriding ?
What is the use of Operator Overloading?