What is delegate? Can delegates be retained?
Answer / Ambikesh Kumar Shukla
Delegate is an object that adopts a protocol and handles specific events or tasks for another object, also known as the controller. Yes, delegates can be retained, but it's important to release them properly in memory management.
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me something about objective-c blocks?
What are the size classes?
What is a .m file?
What does the objective c program fundamentally comprise of?
What is extern objective c?
Does objective c have pointers?
What can’t we put into an array or dictionary?
What is protocol in simple words?
What is a block objective c?
What is gcd objective c?
Explain what is data encapsulation in objective-c?
What is polymorphism in objective-c?