From: Adam Prescott Date: 2011-08-26T21:28:05+09:00 Subject: Re: overloading methods question please? --0015174758043d511a04ab67adaf Content-Type: text/plain; charset=UTF-8 On Fri, Aug 26, 2011 at 1:23 PM, Adam Prescott wrote: > You can fake method overloading, by calling other methods Slight mistake. I should have instead said: you can fake the type aspect of the method overloading you're expecting. As Alexey pointed out, even the arity isn't taken into consideration, and only the name counts. --0015174758043d511a04ab67adaf--