Method Overloading

Jeff Bauer jbauer at rubic.com
Wed Aug 30 08:55:02 EDT 2000


Nicholas Routledge wrote:
> Just wondering whether Python supports Method Overloading 
> like in Java. That is, multiple declarations of the same 
> name method with different arguements for each one.

Python doesn't support method overloading like C++ or Java,
but does offer keyword arguments -- which can often share
similar goals as method overloading.

---
Jeff Bauer
Rubicon Research




More information about the Python-list mailing list