Answer Posted / Devesh
A delegation protocol in Objective-C is a design pattern that allows one object to delegate tasks to another object. The first object, known as the delegate, conforms to a specific protocol, which declares a set of optional methods. When an event occurs within the first object, it will call the appropriate method on its delegate, if it has been set.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category