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

What does <> mean pseudocode?

862


What is encapsulation selenium?

775


What are the important components of cohesion?

771


What are the 3 principles of oop?

853


What is the point of polymorphism?

793


How to call a non virtual function in the derived class by using base class pointer

5959


given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy

2386


What is the problem with multiple inheritance?

854


Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box

2299


What is an advantage of polymorphism?

835


What do you mean by overloading?

821


What causes polymorphism?

844


What is the real time example of inheritance?

884


How Do you Code Composition and Aggregation in C++ ?

24765


write a program that takes input in digits and display the result in words from 1 to 1000

2207