Art, asked by Anonymous, 1 month ago

exaplin METHOD OVERLOADING

Answers

Answered by CopyThat
11

Answer :-

Method-overloading:-

  • The process of defining two or more methods with the same name but different signatures in a class is called method overloading.
  • Different number of parameters.
  • Different data types.
Answered by mehranshaik2010
1

Answer:

Method overloading allows a class to define multiple methods with the same name

Similar questions