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
What are the access modifiers?
Can a class implement two interfaces having default method with same name and signature?
Describe inheritance and non-inheritance of a derived class?
What is a constructor in class?
What are abstract functions? Why are they used?
Which OOPS concept exposes only the necessary information to the calling functions?
What is the order of call of constructors in inheritiance?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
How many instances can be created for an abstract class?
Explain about instance in object oriented programming?
What is the difference between class inheritance and interface inheritance?
Do we require a parameter for constructors?
What are a base class, subclass, and superclass?
What are the different types of inheritance?
What are abstract methods?