| Article: |
The Objective-C Language | |
| Subject: | Question | |
| Date: | 2001-05-11 09:19:15 | |
| From: | kcrawford | |
|
Response to: Question
|
||
|
Thanks, that clears things up a bit.
|
||
Showing messages 1 through 2 of 2.
-
Question
2001-05-11 12:00:20 Michael Beam |
[View]
-
Question
2001-05-15 10:06:53 TheBum [View]
Allow me to step in here with a related question if I may. Are the tags in the argument list of the declaration, e.g. yLocation, just for readability or do they provide a way of specifying arguments in any order?



[anObject setXLocation:10 yLocation:20];
when you want to invoke it.