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 |
What are the Differentiate between abstraction and encapsulation.
Can we override static methods of a class?
What do you mean by abstract class?
What are different ways to create string object?
Explain what is object oriented programming language?
Which OOPS concept is used as a reuse mechanism?
Explain about a class in oop?
Explain basic concepts of OOPS?
Explain about the analysis phase?
Can a function be overloaded based on return types?
What is static polymorphism?
Whether static method can use nonstatic members?