Google News
logo
Java - Interview Questions
What is constructor overloading?
Writing two or more constructors with same name but difference in the parameters is called constructor overloading. Such constructors are used to perform different tasks.
Advertisement