What is multiple inheritance ?
Answer Posted / funny guy
Multiple Inheritance is a feature of OOPS where the derived
class can extend features from more than one class.
That means if we have class A and class B then class C can
extend class A and class B.
Having said that from Java point of view this feature is not
supported as it may result in Diamond Problem.
C++ does support this features.
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How do you define social class?
Why is oop better than procedural?
What is encapsulation process?
What is static modifier?
Why do we need polymorphism in c#?
Why is polymorphism used?
Can bst contain duplicates?
What is the main feature of oop?
What is the difference between static polymorphism and dynamic polymorphism?
Explain the concepts involved in Object Oriented programming.
Why is polymorphism important in oop?
What is polymorphism explain?
What is polymorphism and types?
What is polymorphism and example?
What is overloading and its types?