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
What is the main use of message metaphor in object-oriented programming?
What are the types of polymorphism?
If a method definition has been specified in class , its 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?
Why do we separate interface from implementation?
What is the order of call of constructors in inheritiance?
What is the difference between an abstract class and interface in java?
Explain about instance in object oriented programming?
What are sealed modifiers?
What interface must an object implement before it can be written to a stream as an object?
What is the main advantage of using inheritance?
What is the difference abstract class and interface?
Which OOPS concept is used as a reuse mechanism?
What is the @functionalinterface annotation?
What is an abstraction?
Explain the different types of constructors