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

  1. This example shows how you can use the keyword virtual to specify
  2. that there is only one copy of indirect base class members.  In
  3. this example, direct1 and direct2 share a single subobject of
  4. base1 because they specify base1 as a virtual base class.
  5.