Under what conditions is multiple inheritance not recommended?
Answer / 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 |
Can java be faster than c++?
Is dev c++ free?
What do you mean by stack unwinding in c++?
What is an operator function? Describe the function of an operator function?
Can we declare destructor as static? Explain?
Describe new operator and delete operator?
Is string data type in c++?
What is Virtual Inheritance?
What is stl containers in c++?
How a macro differs from a template?
How to declare a pointer to an array of integers?
What is stoi in c++?