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

  1. You will get a compile-time error if you try to specify a class as
  2. a direct base class more than once.  The declaration of derived1
  3. in this example causes a compile-time error because base1 appears
  4. twice in the list of base classes.
  5.