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
Why c++ is faster than java?
what are the iterator and generic algorithms.
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)
What is microsoft c++ redistributable?
What is a class definition?
Why is null pointer used?
What are the advantages of early binding?
What are the advantages of pointers?
Is dev c++ free?
What is using namespace std in cpp?
What are the data types in c++?
Why can templates only be implemented in the header file?
Is ca high or low level language?
How many types of modularization are there in c++?
How java is different from c and c++?