|
|
|
|
|
by dom0
3513 days ago
|
|
Yes it is. The C++ ABI defines how any permitted inheritance hierarchy is mapped into a surjective, ordered set of vtables. Also, calls into methods of other classes in the hierarchy offset the this pointer accordingly. It feels counterintuitive that these two mechanisms are sufficient; but they are. |
|