virtual inheritance in C++

Last Updated :
Discuss
Comments

What is virtual inheritance in C++?

C++ technique to avoid multiple copies of the base class into children/derived class

Share your thoughts in the comments
Article Tags :