What is a delegate? Can you retain delegates?
Answer / Manorma Sharma
A delegate is an object that adopts a specific protocol and is responsible for handling certain events or actions. In Objective-C, delegates should not be retained. Instead, they adopt the relevant protocol and implement its methods.
| Is This Answer Correct ? | 0 Yes | 0 No |
Where is objective c used?
What does the objective c program fundamentally comprise of?
What can objective c be used for?
Is objective-c is used in window also?
Is objective c open source?
Who invented objective c?
Explain what are the attributes of category?
What is category in objective c?
What is .m file in xcode?
Is struct a class?
What does mean in objective c?
Explain the difference between uiwindow and uiview?