Computer Science, asked by akbarab1450, 3 months ago

Explain the method of overloading ? 10 Mark​

Answers

Answered by TheRiskyGuy
1

Answer:

Method Overloading

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