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 |
Explain static binding
What is inheritance in java?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
Can you use virtual, override or abstract keywords on an accessor of a static property?
What is single and multiple inheritance?
What are sealed modifiers?
What is the benefit of Composition over Inheritance?
What is virtual multiple inheritance?
How many methods are there in the serializable interface?
What are base class, sub class and super class?
What do you mean by Realization?