home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH13 / A13131.TXT < prev    next >
Encoding:
Text File  |  1993-09-21  |  213 b   |  5 lines

  1. A virtual member function that is declared with the characters
  2. "=0" after the function name is a pure virtual function.  A class
  3. that has at least one pure virtual member function is called an
  4. abstract class.
  5.