Pages

Sunday, October 31, 2010

What is a conversion constructor

A conversion constructor is a constructor with a single argument that is declared without using the function specifier explicit. It is used to convert objects from the type of first parameters to the type of constructors class.


http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8a.doc%2Flanguage%2Fref%2Fcplr384.htm

No comments: