Computer Science, asked by ayush020702, 1 year ago

what do you mean by constructor overloading

Answers

Answered by Buryamingo1805
2
Constructer overloading means same Constructer but different functions
Answered by Anonymous
1

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.

Similar questions