Nice but i have a question,
August 1, 2009 at 1:47 PM
I am a newbie to objective c (no to programming).. and passing named arguments doesn't look consistent to me... rather then declaring it like: -(int) sum: (int) a andb: (int) b andc:(int)c;
why don't we have something like: -(int) sum: of(int) a andb: (int) b andc:(int)c;
the addition of the name "of" in front of first argument makes the whole statement consistent for me as now all three arguments are named. Makes sense?
View All Comments
| View Tutorial