What is virtual inheritance?
A. C++ technique to avoid multiple copies of the base class into children/derived class
B. C++ technique to avoid multiple inheritances of classes
C. C++ technique to enhance multiple inheritance
D. C++ technique to ensure that a private member of the base class can be accessed somehow
Answer: Option A

Join The Discussion