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?



When should you call dealloc method?..

Answer / Manish Jaiswal

You should call the dealloc method when an object is no longer needed, usually before it's about to be released by ARC (Automatic Reference Counting) or manually before memory deallocation. It allows objects to perform any necessary cleanup before they are destroyed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is difference between null and nil?

1 Answers  


What is an accessor method?

1 Answers  


What is hashable?

1 Answers  


How is #import different from #include?

1 Answers  


Are callbacks closures?

1 Answers  


What do you mean by synthesized in objective-c?

1 Answers  


What is extern objective c?

1 Answers  


What is nonatomic and strong in objective c?

1 Answers  


Is c++ objective c?

1 Answers  


What is difference between method and constructor?

1 Answers  


Why do we require class extension?

1 Answers  


What is a block objective c?

1 Answers  


Categories