How to resolve many to many relationship?
Answer Posted / kelvin omondi
resolving a many to many relationship requires the use of a
new table known as the associative entity
| Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
What are the different types of inheritance?
What is the difference between oop and sop?
What is a nested interface?
What are the different principle of OOPS?
Can you instantiate an abstract class and what is an inner class?
How a program can be structured using the concept of object oriented programming?
What is the use if instanceof keyword? And how do refer to a current instance of object?
How to make a class accessible as a web service?
Is is possible to define our own functional interface?
Differentiate between a class and a method.
What does it mean that a method or class is abstract?
What is the order of call of constructors in inheritiance?
Can you create an instance of an interface?
If a method definition has been specified in the 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?
What are different types of arguments?