When to use Multiple Inheritance?

Answer Posted / nishikant sahu

When i want wrap the properties of more than one class into
a single entity(class) ,then i want to use MI,but strongly
recommend to avoid MI, if this scenario occur then you
design having some problem, and it cast a lots of issue and
overhead.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you compile the source code with your compiler?

794


Why is "using namespace std;" considered bad practice?

825


When can I use a forward declaration?

792


Explain what are mutator methods in c++?

750


What do you mean by public protected and private in c++?

771






How would you use qsort() function to sort an array of structures?

891


What is function prototyping?

816


How a new element can be added or pushed in a stack?

770


What are the 3 levels of programming languages?

756


Which c++ compiler is best?

814


What are virtual constructors/destructors?

745


Are vectors faster than arrays?

743


How many types of modularization are there in c++?

758


What is command line arguments in C++? What are its uses? Where we have to use this?

836


When are exception objects created?

775