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
What is the use of c++ programming language in real life?
What does int * mean in c++?
Name the implicit member functions of a class.
What is the type of 'this' pointer? When does it get created?
What is the most common mistake on c++ and oo projects?
Define a pdb file.
Why pointer is used in c++?
Explain virtual class?
What is object in c++ wikipedia?
Write a Program for find and replace a character in a string.
What does the nocreate and noreplace flag ensure when they are used for opening a file?
What is function overriding in c++?
What is the full form of dos?
give me an example for testing a program showing the test path .show how the test is important and complex.
Describe the process of creation and destruction of a derived class object?