Python Polymorphism

Alexander Schmolck a.schmolck at gmx.net
Sat May 14 00:45:54 EDT 2005


"Fredrik Lundh" <fredrik at pythonware.com> writes:

> Carlos Moreira wrote:
>
>> Supose that I want to create two methos (inside a
>> class) with exactly same name, but number of
>> parameters different:
>
> that's known as multimethods, or multiple dispatch. 

No -- multiple dispatch is something entirely different.

'as



More information about the Python-list mailing list