David Wheeler wrote:
> Ah, yes, the same thing exists in Java. I remember, now.

I thought Java only has over loading?

Over loading is what C++ has. It is not the same as
multi-dispatch. The trouble with over loading is that the
compiler uses static (compile-time) type information to
select the over loaded method. This can create subtle
bugs when people try to re-use code by sub-classing.

- Ken

Reply via email to