3.1.5 Inherited virtual method invocation

Line 61 is the implementation of a inherited virtual method invocation. Again, the compiler can resolve the exact method at compile time, so it is called statically. Note that we are passing the address of the superX member as the this pointer.