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