Tell me about important protocol being used in objective c?
Answer Posted / Km Jyoti Saini
"NSObjectProtocol is the most important protocol in Objective-C. It is implemented by every class in the Cocoa Touch framework and by NSObject itself. This protocol declares methods that all objects should conform to, such as init, description, and others. Custom protocols can also be defined for specific purposes."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category