Vidyalelo
C++ Programming · Q46

Object Oriented Programming in C++

Programming · C++ Programming · question 46

Q46

What is virtual inheritance?

A.
C++ technique to avoid multiple copies of the base class into children/derived class
Answer
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

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board