home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH17 / A171526.TXT < prev    next >
Encoding:
Text File  |  1993-09-16  |  202 b   |  4 lines

  1. The function "Empty()" overrides the pure virtual function of the
  2. corresponding base class.  "Empty()" returns true when none of the
  3. elements of the array have been used and returns false otherwise.
  4.