What is retain count?
Answer / Tarakeshwar Kumar Puri
Retain count is a value in Objective-C that indicates the number of instances (references) pointing to an object. When the retain count equals 0, the object is deallocated and destroyed.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you write an objective?
Explain class definition in objective-c?
What is a goal and objective?
How to create thread in objective c?
How do you insert a block?
Is objective c and c the same?
Is objective c better than swift?
Which language does apple use?
Which is better swift or objective c?
What is the difference between underscore and self (i.e self.xx and _xx) ?
What is super in objective c?
What are nsautoreleasepool and how can we use them?