The technique of having two (or more) constructors in a class is known as constructor overloading. A class can have multiple constructors that differ in the number and/or type of their parameters . It’s not, however, possible to have two constructors with the exact same parameters.