How to resolve many to many relationship?
Answer Posted / praveen kumar
There are 4 kinds of relationships
1.Dependancy
2.Association
3.Generalization
4.Realization
| Is This Answer Correct ? | 6 Yes | 23 No |
Post New Answer View All Answers
Describe the Diamond problem. Where does this problem occur?
Name some languages which have object oriented language and characteristics?
What is the difference between an abstract class and interface in java?
Why is OOP good?
What are the limitations of oops?
What is abstraction? How does it differ from encapsulation
Why is message passing between the objects important?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
Explain about the relationship between object oriented programming and databases?
Explain what is single and multiple inheritance?
What are the main features of oops?
Why dynamic binding is used in object-oriented programming?
How many methods do u implement if implement the serializable interface?
What are the different types of arguments?
What are a base class, subclass, and superclass?