In fact, C++ in general allows multiple functions to have the same
name, not only for constructors. Some of you may have already
discovered this accidentally when writing functions. If the parameter
list in your prototype does not match the list in your function
definition, an error results.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.