1.

What is virtual inheritance in C++?

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


Discussion

No Comment Found