home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH12 / A12152.TXT < prev    next >
Encoding:
Text File  |  1993-09-14  |  379 b   |  7 lines

  1. A constructor that takes a single argument of a type other than
  2. the class itself is essentially converting the object from its
  3. current type to the class type.  For this reason, constructors
  4. that take a single argument of a type other than the class are
  5. called conversion constructors.  A constructor that takes an
  6. argument with the type of the class is a copy constructor.
  7.