How to resolve many to many relationship?
Answer Posted / pradeep
Have an association/associative class
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
Can we have a default method definition in the interface without specifying the keyword "default"?
What is a default method? Why do we need default methods in java 8 interfaces?
How can we call the base method without creating an instance?
What is multiple inheritance? How java 8 supports multiple inheritance?
Differentiate between data abstraction and encapsulation.
What is the difference abstract class and interface?
what is full form OOP?
Explain what is polymorphism?
Explain about multiple inheritance?
Why is class hierarchies managed in object-oriented programming?
Explain what you understand by function overloading.
Explain about object oriented programming?
What is overriding?
What are the basic concepts of oop?
Explain about Overloading vs Overriding ?