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 |
Is swift faster than objective c?
Does objective c support multiple inheritance?
What is toll-free bridging?
Explain the difference between atomic and nonatomic synthesized properties.
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
What is toll-free bridging? When is it useful?
How do you check for leaks?
How do you write an objective summary?
What do you mean by cocoa?
What does the m mean in xcode?
What are nsautoreleasepool and how can we use them?
Explain immutable types in objective c programming language?