Transcription: These two calls both invoke the derived one definition of f. The definition of f in base one accepts an int argument, but this definition is hidden in derived one objects. Thus, when f is called with an int argument, the argument is converted to a float and the derived one definition of f is invoked.