Thursday, September 18, 2008

explicit constructor in c++ programming


What is an explicit constructor? 

A conversion constructor declared with the explicit keyword. The compiler does not use an explicit constructor to implement an implied conversion of types. It’s purpose is reserved explicitly for construction.

No comments:

Post a Comment

Thanks to given comments.......

My Blog List