Re: about @selector
Re: about @selector
- Subject: Re: about @selector
- From: nicolas berloquin <email@hidden>
- Date: Fri, 10 May 2002 12:08:44 +0200
there is something I understood with aaron's book, and that's quite
different from c++: you can call
methods dynamically. That is, you could have the user enter a string,
say "mymethod:", then get this
string, and call the function by creating a selector with the string
@selector(mystring) (or something close
to that).
That's very efficient and cool when you want to have dynamic plugins etc
etc, something more difficult
to do in c++...
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.