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

  1. The constructor for derived1 takes two arguments.  The first is
  2. passed as an argument to the constructor for base1.  The second
  3. initializes the private data member y.
  4.