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 are the main features of oops?
What's the benefit of using inheritance?
What is ‘this’ pointer?
Define Initialisation Purpose.
Explain method overriding.
Can I implement polymorphism using abstract class?
Explain the mechanism of composition?
Explain about polymorphism?
What is the abstract method modifier?
Differentiate between a class and a method.
What is the main difference between a class and an object?
What is the difference abstract class and interface?
What is virtual?
What is inheritance in java?
Why abstraction is important?