Is it possible to implement dealloc in arc?
Answer / Arpit Kumar Singh
Automatic Reference Counting (ARC) is designed to manage memory automatically, so you don't have to call the dealloc method explicitly. When an object with ARC reaches zero retain count, ARC calls dealloc for you. However, if needed, you can still override dealloc in a subclass or category, but it's not typically necessary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain immutable types in objective c programming language?
What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?
Is objective c, a dynamic language? True/false, explain.
What is difference between mutable and immutable?
What is dealloc?
Are callbacks closures?
Is a fact objective?
What does it mean to be objective?
Is objective c better than c++?
How to create uibutton programmatically in objective c?
What are the 5 performance objectives?
What is the difference between method and type?