Under what conditions is multiple inheritance not recommended?
Answer Posted / ackmed
If you derive from more than one base classes with the same
parent, then that parent should be a virtual base class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Why c++ is created?
Is c++ used anymore?
Would you rather wait for quicksort, linear search, or bubble sort on a 200000 element array? (Or go to lunch...) a) Quicksort b) Linear Search c) Bubble Sort
What is the average salary of a c++ programmer?
how to access grid view row?
Write about c++ storage classes?
Is c++ the most powerful language?
What is vector pair in c++?
What is array in c++ pdf?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Discussion on error handling of C++ .
When should we use container classes instead of arrays?
What is the difference between the compiler and the preprocessor?
How do I download c++?
Differentiate between a copy constructor and an overloaded assignment operator.