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

  1. You get a compile-time error if you try to create an object of an
  2. abstract class.  In this example, the attempt to declare an object
  3. of the abstract class base1 causes a compile-time error.
  4.