Virtual inheritance is a technique of object oriented programming. It use to create hierarchy of class, where a particular base class in an inherit in hierarchical derived classes and this hierarchy inherit as a base case of a derived class.
Click here for Virtual Inheritance in C++
Comments
Post a Comment