Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When should you call dealloc method? Is it possible to implement dealloc in arc?



When should you call dealloc method? Is it possible to implement dealloc in arc?..

Answer / Saurav Yadav

The dealloc method is called automatically by ARC when an object's retain count reaches zero. However, you can still override the dealloc method if needed, but it's not typically necessary. Overriding dealloc can be useful for performing custom cleanup operations before the object is deallocated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is reference counting garbage collection?

1 Answers  


Does copy increase retain count?

1 Answers  


What is protocol in objective-c?

1 Answers  


What are objective c properties?

1 Answers  


How we can layout subviews in a view?

1 Answers  


Explain how to call a function in objective-c?

1 Answers  


Is objective c superset of c?

1 Answers  


What is the difference between a script and function?

1 Answers  


What is an objective fact?

1 Answers  


What is concept of property?

1 Answers  


How to call objective c function in swift?

1 Answers  


What are the blocks? How will you use them?

1 Answers  


Categories