Transcription: If the virtual function mechanism were in effect, these two calls would invoke the derived one definition of f. Because the signatures of f in base one and derived one do not match, the virtual function mechanism is not in effect, and these two calls invoke the base one definition of f.