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
Does java support multiple inheritance? if not, what is the solution?
What are abstract functions? Why are they used?
Explain the meaning of object in object oriented programming?
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Explain about abstraction?
Which oops concept exposes only necessary information to the calling functions?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What is difference between static and non-static fields of a class?
How to define an interface?
Explain method overriding.
What are the types of polymorphism?
Explain the rationale behind object oriented concepts?
Explain the mechanism of composition?
What is Polymorphism, overloading, overriding and virtual?
What is a friend function?