What is delegate in objective c?
Answer / Vinay Kumar Dubey
"Delegate" is a design pattern commonly used in Objective-C to enable communication between objects. An object adopts a protocol and assigns itself or another object as its delegate, which can then receive notifications when certain events occur.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the purpose of the protocol?
What is single inheritance in objective-c?
Will objective c be deprecated?
What is strong and weak in objective c?
What is differences between nsnull and nil in objective c?
What is difference between nsstring and nsmutablestring?
How to implement in app purchase in ios objective c?
What happens if you add your just created object to a mutable array, and you release your object?
What is a class in objective c?
What is the isa member?
What is parsing? Mention which class can you use for parsing of xml in iphone?
What is synthesized in objective-c?