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 data binding in c++?
What are vtable and vptr?
What is string in c++ programming?
To what does “event-driven” refer?
program explaining feautures of c++
How do you declare a set in c++?
What is the best c c++ compiler for windows?
What do the keywords volatile and mean mutable?
What is else syntax in c++?
What is enum c++?
When do we use copy constructors?
What is malloc in c++?
Differentiate between the message and method in c++?
What is null c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?