Code:
-(NSString*)myField{
return myField;
}
What's what here ?
NSString seems to be type of myField.
But where is the function name ? What's the myField doing after (NSString*). What's the * after NSString. Is * similar to "Pass by Value", "Pass by Reference" as in C,C++?
thanks
V.
Last edited by a moderator: