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 the difference between a virtual method and an abstract method?
Difference between composition and inheritance ?
What is the benefit of Composition over Inheritance?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is the difference between multiple and multilevel inheritance?
Explain about the design phase?
What is hybrid inheritance?
Name some languages which have object oriented language and characteristics?
Can I implement polymorphism using abstract class?
Can we override a method by using same method name and arguments but different return types?
What is the function of messaging metaphor?
Which keyword can be used for overloading?
Write down how will you create a Binary tree?
Define Data Abstraction. What is its importance?
Can you instantiate an abstract class and what is an inner class?