Computer Science, asked by Anonymous, 11 months ago

Definition of ⤵️
✔️CONSTRUCTOR OVERLOADING✔️

❌no spams❌​


siddhartharao77: In Java or C++?

Answers

Answered by mrquestioner47
2

Answer:

Constructor overloading is a concept of having more than one constructor with different parameters list, in such a way so that each constructor performs a different task.

For e.g. Vector class has 4 types of constructors....

Answered by sarvankumar403
2

Answer:

Constructor overloading is a concept of having more than one constructorwith different parameters list, in such a way so that each constructor performs a different task. For e.g. Vector class has 4 types of constructors. ... Lets see how to overload a constructor with the help of following java program.

Similar questions