Answer:
A Selector in Objective C can be used to refer the name of a method when it is used in a Source-Code message to an Object. It also refers to the unique identifiers that can replace the Name when the Source Code is being Compiled. All the methods that have the same name have the same selector.
Previous Question | Next Question |
How to start a thread? | Explain the difference between Cocoa and Cocoa Touch? |