what is overloading
Answers
Answered by
0
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:
mark me in the brainlist
adityapandey61:
follow
Answered by
0
overloading refers to the ability to use a single identifier to define multiples method 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.
Similar questions