Method Overloading

Quinn Dunkan quinn at zloty.ugcs.caltech.edu
Thu Aug 31 05:31:55 EDT 2000


On Wed, 30 Aug 2000 18:48:51 +1000, Nicholas Routledge
<n.routledge at bigpond.com> wrote:
>Damn.
>its just that it would be so useful in this program! hehe.
>
>thanks anyway.

Actually, python *does* support method overloading... but only if your method
happens to be an operator :)  Read in the lang ref about 'special method
names'.



More information about the Python-list mailing list