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 |
What is the this pointer?
What are single and multiple inheritances in c++?
How do you remove an element from a set in c++?
What is ostream in c++?
What is Destructor in C++?
What are stacks?
How much is size of struct having 1 char & 1 integer?
What you mean by early binding and late binding? How it is related to dynamic binding?
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
Define 'std'.
What is the purpose of template?