home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A172047.TXT < prev    next >
Encoding:
Text File  |  1993-11-25  |  241 b   |  5 lines

  1. The function NumElem() overrides the pure virtual function of the
  2. corresponding base class.  A function derived from a virtual
  3. function is also virtual.  Including the keyword virtual, as in
  4. this declaration, is valid but not necessary.
  5.