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
Can you create an instance of an interface?
Classes and structs support inheritance. Is this statement true or false?
What is sealed modifiers?
What is the difference between a virtual method and an abstract method?
Explain the rationale behind object oriented concepts?
What is multiple inheritance? How java 8 supports multiple inheritance?
Which OOPS concept is used as a reuse mechanism?
What do you mean by virtual function and virtual classes?
Can a class implement two interfaces having default method with same name and signature?
What is bootstrap, extension and system class loader?
Explain about multiple inheritance?
Which OOPS concept exposes only the necessary information to the calling functions?
If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
Differentiate between an abstract class and an interface?
Why do we use oops concepts? What is its advantage?