hi,
can anyone tell me what the following code means:
here, dosomething is a function declared as:
I was learning from internet and got introduced to this.
As far as i anticipated, its just calling dosomething function but, what is this "self".
Regards,
Hasan
can anyone tell me what the following code means:
Code:
[self dosomething];
here, dosomething is a function declared as:
Code:
-(void)dosomething;
I was learning from internet and got introduced to this.
As far as i anticipated, its just calling dosomething function but, what is this "self".
Regards,
Hasan
Last edited by a moderator: