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

  1. The virtual function mechanism allows client code to treat objects
  2. from different classes as if they were all base class objects.
  3. This mechanism would not work if base class pointers could not
  4. point to derived class objects, or if base class references could
  5. not refer to derived class objects.
  6.