Computer Science, asked by akbarab1450, 3 months ago

Explain the method of overloading.​

Answers

Answered by mahi946535
1

Answer:

Method Overloading is a feature that allows a class to have more than one method having the same name, if their argument lists are different. It is similar to constructor overloading in Java, that allows a class to have more than one constructor having different argument lists.

Answered by rajeaiswarya907
0

Answer:

Method Overloading is a feature that allows a class to have more than one method having the same name, if their argument lists are different. It is similar to constructor overloading in Java, that allows a class to have more than one constructor having different argument lists.

Similar questions