Yes! Java supports constructor overloading . In constructor loading, we create multiple constructors with the same name but with different parameters types or with different no of parameters.22 Nis 2018
Read moreIs constructor overloading good?
If we want to have different ways of initializing an object using different number of parameters, then we must do constructor overloading as we do method overloading when we want different definitions of a method based on different parameters.28 Haz 2021
Read more