What is responder chain?
Answer / Sanjev Kumar Gupta
In Objective-C, the responder chain is a mechanism used to handle messages sent between objects. When an object does not understand a message it receives, it forwards it to its supervisor (parent) or delegate until the message is handled or the top-level object (usually UIApplication or UIResponder) is reached.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does objective c have garbage collection?
Explain what do you mean by synthesized in objective-c?
What is synthesized in objective-c?
What is objective c good for?
What is m file?
What is toll-free bridging? When is it useful?
What is objective point of view?
Explain what is protocol in objective-c?
What is the difference between objective c and c++?
What is gcd? What are its advantages over nsthread?
Explain how to call a function in objective-c?
Tell me about important protocol being used in objective c?