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 |
What is dot notation?
Explain what are the attributes of category?
What is atomic in objective c?
Will objective c be deprecated?
What are benefits of collections views?
What are the main objectives of training?
Is objective-c is used in window also?
Who introduced objective-c & when?
What is an accessor method?
What is struct in objective c?
What is gcd? What are its advantages over nsthread?
What is difference between objective c and swift programming?