9. 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 bas...