Multiple Inheritance

By casting an object pointer to a concrete class to one of its base classes, the C++ compiler shears into the object and retrieves that object’s vptr.


References