When to use Multiple Inheritance?

Answer Posted / karthick

Multiple inheritance means the derived class inherits from
two or more base classes.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why are pointers used?

740


What is general form of pure virtual function? Explain?

718


What is do..while loops structure?

816


Which one is better- macro or function?

837


Who discovered c++?

746


What is meant by the term name mangling in c++?

708


Do you know what are pure virtual functions?

848


How many standards of c++ are there?

833


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

3447


Why do you use the namespace feature?

854


Tell me can a pure virtual function have an implementation?

760


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1704


Can I create my own functions in c++?

794


What is private inheritance?

825


Is string an object in c++?

835