|
Constructors may have arbitrary names, but they must return an object of the class type. Therefore the type of a constructor must always be the name of the class to which itbelongs. i quoted this from the book,if constructor must always be the name of the class,so we can only create one constructor in one class ,is that true.
Thanks you
|