What is a delegate in objective c?
Answer / Lata Singh
"A delegate is a design pattern used in Objective-C to allow one object to notify another object when an event occurs. A delegate typically conforms to a protocol (interface) that defines methods that the delegate must implement, and it is set by calling the 'setDelegate:' method. "
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c dynamically typed?
Ns object is a parent class or derived class?
What is a dispatch method?
What are the classifications of property?
what is gcd? What are advantages over nsthread?
What is atomic property?
What is an m file?
Explain the difference in xib/storyboard vs nib?
Is objective c deprecated?
What is posing in objective c?
What is a delegate? Can you retain delegates?
What is objective c and swift?