Write short notes on overloading
Answers
Answered by
2
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. ... 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
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. ... 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.
Similar questions