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 map in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Write about the role of c++ in the tradeoff of safety vs. Usability?
What are function prototypes?
What are the benefits of c++?
What is function overriding in c++?
Is c++ an integer?
Give 10 points of differences between C & C++.
What is the oldest programming language?
What is null and void pointer?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
Explain the use of this pointer?
What do c++ programmers do?
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
What does extern mean in a function declaration in c++?