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
Can an interface contain fields?
Does a class inherit the constructor of its super class?
Explain about inheritance hierarchies?
What is virtual?
Can an interface inherit from another interface?
What is early and late Binding?
What is static polymorphism?
What's the main difference between arraylist / hashmap and vector / hashtable?
Is it possible to override private virtual methods?
What is a default method? Why do we need default methods in java 8 interfaces?
Explain the purpose of composition.
Does java support multiple inheritance? if not, what is the solution?
What is the difference between aggregation and composition?
What are the main features of oops?
What is the @functionalinterface annotation?