Page 1 of 1

What is virtual inheritance?

Posted: Wed Jul 13, 2022 7:51 pm
by answerhappygod
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