2] what is overloading? Explain briefly.
Answers
Answered by
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
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