Science, asked by sandippatilmalkheda, 5 hours ago

2] what is overloading? Explain briefly.​

Answers

Answered by st784400
2

Answer:

Overloading refers to the ability to use a single identifier to define multiple methods of a class that differ in their input and output parameters. Overloaded methods are generally used when they conceptually execute the same task but with a slightly different set of parameters

Explanation:

Hope you like it

Answered by parikshit17
0

Method overloading is a feature of Java in which a class has more than one method of the same name and their parameters are different.” ... When more than one method of the same name is created in a Class, this type of method is called Overloaded Methods.

Similar questions