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 |
Difference: Object Oriented Analysis (OOA) and Object Oriented Design (OOD)?
If a class inherits an interface, what are the 2 options available for that class?
What is the difference between an abstract class and interface in java?
Explain about message passing in object oriented programming?
What is difference between static and non-static fields of a class?
What is the difference between multiple and multilevel inheritance?
How to define an interface?
What are abstract methods?
Why do we separate interface from implementation?
Is class an Object? Is object a class?
3 Answers InfoAxon Technologies, Protech,
Can an interface inherit from another interface?
Is it possible to create partial structs, interfaces and methods?