On 2010-09-18 16:36, Michel Fortin wrote:
On 2010-09-18 06:10:53 -0400, Jacob Carlborg <[email protected]> said:
Ok, now I'm not sure I understand. If you don't specify a selector for
a declared method, how will the selector look like? In your example
above, if you don't specify the selector how will it be something like:
getObject:: ?
Exactly. Note that this is a valid selector name.
Though I might decide on something else later. I'm thinking about
mangling the argument types in the selector to make it work better with
overloading.
Yes, I know it's a valid selector name, I've seen it in a few places.
But as I see it, in most cases where there is more than one parameter
you will have to declare the selector explicitly.
--
/Jacob Carlborg