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 about abstraction?
If there is a conflict between base class method definition and interface default method definition, which definition is picked?
What is meant by inheritance? what are the advantages of inheritance?
Can we override static methods? Why?
What is a nested interface?
What is an abstraction and why is it important?
What is inheritance?
What is the main difference between overloading and overriding?
What is a Persistent, Transient Object?
What is serialization? How do we implement serialization actually?
Define Initialisation Purpose.
Explain what is single and multiple inheritance?