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


Please Help Members By Posting Answers For Below Questions

How do you define social class?

810


Why is oop better than procedural?

807


What is encapsulation process?

784


What is static modifier?

840


Why do we need polymorphism in c#?

881


Why is polymorphism used?

775


Can bst contain duplicates?

942


What is the main feature of oop?

897


What is the difference between static polymorphism and dynamic polymorphism?

842


Explain the concepts involved in Object Oriented programming.

871


Why is polymorphism important in oop?

815


What is polymorphism explain?

967


What is polymorphism and types?

834


What is polymorphism and example?

776


What is overloading and its types?

823