Name: Anonymous 2009-02-22 2:30
Any Objective-C programmers here?
I'm reading up on dot notation. How come this
[object method:arg1, arg2]
can't be replaced by
object.method(arg1, arg2);
??
I'm reading up on dot notation. How come this
[object method:arg1, arg2]
can't be replaced by
object.method(arg1, arg2);
??