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

  1. If you assign a value to a class object and this value has a type
  2. for which a conversion constructor is defined, the conversion
  3. constructor will be called implicitly.  You can also call the
  4. conversion constructor explicitly to convert an object to a class
  5. object.
  6.