What is delegate in objective c?



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

Post New Answer

More Objective-C Interview Questions

Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


How would I make a static strategy?

1 Answers  


How to use swift protocol in objective c?

1 Answers  


Why is objective c syntax so weird?

1 Answers  


What are the size classes?

1 Answers  


What are some of the major differences between objective c and swift?

1 Answers  


How do you write an objective?

1 Answers  


What is a dispatch method?

1 Answers  


What is strong and weak in objective c?

1 Answers  


What is dictionary objective c?

1 Answers  


What are the blocks? How will you use them?

1 Answers  


Can you please explain the way messaging works in objective-c?

1 Answers  


Categories