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

  1. The function "Full()" overrides the pure virtual function of the
  2. corresponding base class.  "Full()" returns true when all elements
  3. of the array are used and false otherwise.
  4.