Is Method Overloading considered polymorphism? [closed]

There are different types of polymorphism:

  • overloading polymorphism (also called Ad-hoc polymorphism)
  • overriding polymorphism

So yes it is part of polymorphism.

Leave a Comment