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 |
Does objective c have function overloading?
What is differences between nsnull and nil in objective c?
What are the characteristics of the category?
What are class b properties?
Explain the difference between atomic and nonatomic synthesized properties.
What is difference between objective c and swift?
Explain how the class “implementation” is represented in objective-c?
What is the difference between polymorphism and abstraction?
What is objective c & why it is used for?
What is better objective c or swift?
Can you retain delegates?
What is super in objective c?