Q. What is virtual inheritance in C++?
β
Correct Answer: (D)
C++ technique to avoid multiple copies of the base class into children/derived class
You must be Logged in to update hint/solution