Answer Posted / swetcha
Virtual inheritance is used to avoid multiple copies of a
base class in a multiple-inherited object. However, there
are cases where multiple copies of a base are needed in a
derived class. In such cases, virtual inheritance is
intentionally avoided
Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is c++ vb?
What happens when the extern "c" char func (char*,waste) executes?
Explain the differences between list x; & list x();.
What are arrays c++?
What is polymorphism in c++? Explain with an example?
Define anonymous class.
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
What is function overloading in C++?
Write a program to show polymorphism in C++?
Can comments be longer than one line?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Are iterators pointers?
How many types of modularization are there in c++?
What is the full form of india?
How to access a variable of the structure?