home *** CD-ROM | disk | FTP | other *** search
- These two calls both invoke the derived1 definition of f(). The
- definition of f() in base1 accepts an int argument, but this
- definition is hidden in derived1 objects. Thus, when f() is
- called with an int argument, the argument is converted to a float
- and the derived1 definition of f() is invoked.
-