Tell me about important protocol being used in objective c?
Answer / 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 |
What are class b properties?
What is a category in objective c?
What is .m file in objective c?
What is the use of synchronized() block in objective c?
Explain the difference in xib/storyboard vs nib?
Is objective c and c the same?
What is id?
Explain what is data encapsulation in objective-c?
What is the difference between method and type?
What is the difference between a script and function?
How to create uibutton programmatically in objective c?
What is an objective fact?