Top "Multiple-dispatch" questions

A technique for polymorphic invocation of methods based on the types of many (or all) arguments.

Python function overloading

I know that Python does not support method overloading, but I've run into a problem that I can't seem to …

python class oop overloading multiple-dispatch
Is C# a single dispatch or multiple dispatch language?

I'm trying to understand what single and multiple dispatch are, exactly. I just read this: http://en.wikipedia.org/wiki/…

c# programming-languages multiple-dispatch single-dispatch
What's the difference between Polymorphism and Multiple Dispatch?

...or are they the same thing? I notice that each has its own Wikipedia entry: Polymorphism, Multiple Dispatch, but I'm …

oop polymorphism multiple-dispatch double-dispatch