home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14113.TXT < prev    next >
Encoding:
Text File  |  1993-09-27  |  325 b   |  6 lines

  1. As the preceding example shows, when a nonvirtual function is
  2. called from a pointer, the definition of the function that is
  3. invoked depends on the type of the pointer.  Similarly, when a
  4. nonvirtual function is called from a reference, the definition of
  5. the function that is invoked depends on the type of the reference.
  6.