define method overloding
Answers
Answered by
3
Answer:
PLSS FOLLOW ME SISTER
Explanation:
Method overloading allows a class to define multiple methods with the same name, but different signatures. That is, it allows you to define different methods that have the same name, but that respond to correspondingly different messages sent to an instance of the class.
Answered by
4
Answer:
Method overloading allows a class to define multiple methods with the same name, but different signatures. ... In this example, the two methods return similar data as an output parameter, but one of them takes an input parameter that allows the method to change the data before returning it.
Hope THIS WILL HELP YOU
Similar questions