When different classes have methods of the same name, this is referred to as method _________.

  • overriding
  • overloading
  • overloading
  • overriding
When different classes have methods of the same name with different parameters, this is referred to as "method overloading." Method overloading allows a class to have multiple methods with the same name but different parameter lists.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *