Answer Posted / 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 |
Post New Answer View All Answers
Do we require parameter for constructors?
Can you instantiate an abstract class and what is an inner class?
How can I be thrown polymorphically?
What is dynamic or run time polymorphism?
Explain what is single and multiple inheritance?
Why is message passing between the objects important?
What is the difference between multiple and multilevel inheritance?
What is the use of interface?
Differentiate between an abstract class and an interface?
Which OOPS concept exposes only the necessary information to the calling functions?
Can an interface inherit from another interface?
What is a virtual function?
Explain the mechanism of composition?
Can an interface implement or extend another interface?
What are the limitations of inheritance?