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 use of finalize method?
What if we make the method as abstract in another interface?
What is garbage collection(gc)?
Difference between composition and inheritance ?
What is virtual?
What is difference between static and non-static fields of a class?
If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?
How can I be thrown polymorphically?
Differentiate between overloading and overriding.
Can an interface inherit from another interface?
What is an interface?
What is dynamic or run time polymorphism?
explain the difference between operator overloading and function overloading.
What is Abstract method and how different from Virtual Method?
If a class inherits an interface, what are the 2 options available for that class?