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 are the three main types of property?
Can we have multiple uiwindows in ios?
What is an m file?
What is the difference between method and type?
What are the classifications of property?
Explain what is #import?
What are the important data types found in objective-c?
What is kvc and kvo?
What are the delegate?
Does objective c have pointers?
What is class extension?
How to call a function in objective-c?