0

I had a query on Python language regarding Method Overloading. Just wanted to know why there is no method overloading concept in Python like other Object Oriented languages.

Thank You

juanpa.arrivillaga
  • 77,035
  • 9
  • 115
  • 152
  • See Why Not Overloading? in [this answer](https://stackoverflow.com/a/29091980/3890632) – khelwood Feb 05 '21 at 09:11
  • Method overloading doesn't really make sense in a non statically-typed language. I don't know of any dynamically typed OOP language that supports method overloading. E.g. Ruby. – juanpa.arrivillaga Feb 05 '21 at 09:12

0 Answers0