What is a delegation protocol?
Answer / Rinku Gupta
A delegation protocol in Objective-C is a way to communicate between two objects, where one object (the delegate) handles certain events or tasks for another object (the delegatee). The delegate conforms to the protocol and adopts its methods, which are then implemented to handle specific actions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does __ block do?
What is a nsstring?
What are the characteristics of the category?
What is difference between extern and global?
What is the use of synchronized() block in objective c?
What is the difference between class and category?
Can a protocol have properties?
What do you mean by @synthesize and @dynamic in the objective-c? And also explain what do you mean by synthesized in objective-c?
What is the difference between underscore and self (i.e self.xx and _xx) ?
Explain application life cycle or application states?
Does objective c have pointers?
What is the class of a constant string?