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 #include ctype h in c++?
Explain the difference between overloading and overriding?
What is a constructor in c++ with example?
How many keywords are used in c++?
What is meant by a delegate?
What is c++ w3school?
How can we read/write Structures from/to data files?
What is lazy initialization in c++?
What is an html tag?
What is searching? Explain linear and binary search.
What is the hardest coding language to learn?
Comment on assignment operator in c++.
What are friend functions in C++?
Define a pointer to a data member of the type pointer to pointer?
Perform addition, multiplication, subtraction of 2-D array using Operator Overloading.