That constructor will be called as an overloaded constructor. Overloading is also another form of polymorphism in Java which allows having multiple constructors with a different name in one Class in java.
That constructor will be called as an overloaded constructor. Overloading is also another form of polymorphism in Java which allows having multiple constructors with a different name in one Class in java.