20 pts.
 constructor overloading in C++
do we have same type of datatype with same no. of parameters in constructor overloading in c++

Software/Hardware used:
ASKED: February 17, 2010  1:56 PM
UPDATED: February 17, 2010  3:55 PM

Answer Wiki:
If you have two constructors with the same number and types of parameters, then you are not overloading the constructor, but declaring it twice, and you will get an error at compile time.
Last Wiki Answer Submitted:  May 15, 2013  8:53 pm  by  Chris Leonard   2,620 pts.
All Answer Wiki Contributors:  Chris Leonard   2,620 pts. , carlosdl   63,535 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _