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

  1. If you declare a function that has an abstract class as its return
  2. type, you will get a compile-time error.  In this example, the
  3. declaration of h() causes a compile-time error because its return
  4. type is an abstract class.
  5.