home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH06 / A06134.TXT < prev    next >
Encoding:
Text File  |  1993-08-18  |  348 b   |  7 lines

  1. Like ordinary functions, a constructor can have default values for
  2. its arguments.  A constructor declaration can include default
  3. arguments and the definition can include an initializer list, as
  4. in the second constructor here.  Notice that the last two
  5. constructors here are user-defined default constructors when
  6. their arguments are omitted.
  7.