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

  1. As you have seen, when you declare an object of a class and supply
  2. no arguments for the constructor, you use a default constructor.
  3. If you supply one argument, you use either a copy constructor or a
  4. conversion constructor.  Constructors can have any number of
  5. arguments.
  6.