iOS Developer Question:
Download Job Interview Questions and Answers PDF
What are Selectors in Objective-C?
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.
Download iOS Developer Interview Questions And Answers
PDF
Previous Question | Next Question |
How to start a thread? | Explain the difference between Cocoa and Cocoa Touch? |