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 is the need of multiple inheritance?
Explain the term constructor
What interface must an object implement before it can be written to a stream as an object?
What are extrinsic and intrinsic connections in object-oriented programming?
Can you use virtual, override or abstract keywords on an accessor of a static property?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is difference between class and interface?
Why are outlet connections required in object-oriented programming?
Explain about polymorphism?
What are sealed modifiers?
What is bootstrap, extension and system class loader? Or can you explain primordial class loader?
What are the types of polymorphism?
What are inner classes and what is the practical implementation of inner classes?
What is serialization? How do we implement serialization actually?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?