How to resolve many to many relationship?
Answer Posted / arvind
By introducing a new entity known as intersection or associate entity between them
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is static polymorphism?
Why dynamic binding is used in object-oriented programming?
Can we override a method by using same method name and arguments but different return types?
What is a constructor in class?
Does java support multiple inheritance? if not, what is the solution?
Can you call the base class method without creating an instance?
Differences between functional programming and object-oriented programming?
What are all the languages which support oop?
Define Data Abstraction. What is its importance?
How can we call the base method without creating an instance?
What is the use of interface?
What is the @functionalinterface annotation?
What are abstract methods?
Is is possible to define our own functional interface?
If a class inherits an interface, what are the 2 options available for that class?