How to resolve many to many relationship?
Answer Posted / arvind
By introducing a new entity known as intersection or associate entity between them
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between static and non-static fields of a class?
Name the different creational patterns in object oriented design?
Explain the purpose of composition.
What is virtual multiple inheritance?
What are manipulators?
Can we reduce the visibility of the inherited or overridden method ?
What is sealed modifiers?
What are the main features of oops?
Give any criteria when you use an abstract class and an interface?
what is virtual function and pure virtual function ?
What is the difference between function overloading and over riding?
Explain the use of Vtable and what are the various problems to override the functions?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What are the different principle of OOPS?