Q46
What is virtual inheritance?
A.
C++ technique to avoid multiple copies of the base class into children/derived class
AnswerB.
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
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board