What is multiple inheritance?

Answer Posted / mayank kumar

in multiple inheritance there is more than one base class
and one derived class.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is polymorphism and why is it important?

554


What is the point of polymorphism?

578


What does enum stand for?

605


What is super in oop?

589


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1630






assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).

1662


What is overriding in oop?

545


What is difference between multiple inheritance and multilevel inheritance?

597


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1888


What is polymorphism in oops with example?

525


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

5246


What is coupling in oop?

587


Write a c++ program to display pass and fail for three student using static member function

2804


What is encapsulation in simple terms?

534


Why oops is important?

599