What is dealloc?
Answer / Manoj Singh
dealloc is a method that is called automatically when an object is about to be deallocated (freed) by the memory management system. It's used to release any allocated resources such as memory for instance variables before the object is destroyed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can you retain delegates?
What is inheritance in objective c?
Explain class definition in objective-c?
Who made objective c?
What is a class in xcode?
Can you learn swift without knowing objective c?
Can you use swift and objective c together?
Is nsobject a parent class or a derived class?
Does objective-c contain private strategies?
What is responder chain?
Does objective c have multiple inheritance?
What does __ block do?