+ 1
C++, Constructor
What would be the type of error if two constructors are declared with same number and kind of parameters?
2 Respostas
+ 5
That would result in an ambiguous code, and so the error is most likely to be ' ambiguity in constructor overloads of class 'name' '.
+ 5
You can try and tell us.