Who calls dealloc method?
Answer / Kunwar Pratap Singh
The dealloc method is called by Objective-C's automatic memory management (ARC) when an object is no longer referenced. This can happen when the last reference to the object goes out of scope or is released manually.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is an objective fact?
How do I create a bridging header file?
What is a delegate objective c?
Does objective c have pointers?
Is objective c similar to java?
What are the characteristics of the category?
What does alloc mean in objective c?
When is toll-free bridging useful?
What is the point of closures?
What is block in objective c?
Explain application life cycle or application states?
What is the difference between objective c and c++?