Science, asked by vaishnaviranjanverma, 4 months ago

What is overloading ?​

Answers

Answered by PrabhKahlon
0

Answer:

Over loading refers to the ability to use a single identifier to define multiple methods of class that differ in their input and output parameters. ...Overloading is a concept used to avoid redundant code where the same method name is used multiple times but with a different set of parameters.

Answered by Anonymous
1

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. Overloadedmethods are generally used when they conceptually execute the same task but with a slightly different set of parameters.

ANSWER BY DRAMA QUEEN

Similar questions