Transcription: In the body of use class, the argument B has the type pointer to base one. Unlike the preceding example, message is a virtual function here. And the version of message that is invoked depends on what B points to and not the type of B. Because B points to a derived one object, the derived one definition of message is invoked.