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

Who calls dealloc method? Can we implement dealloc in arc? If yes, what is the need to do that?

1 Answers  


What is objective c runtime?

1 Answers  


Why is objective c used?

1 Answers  


Is c++ similar to objective c?

1 Answers  


Explain the types of protocol?

1 Answers  


How do I create a bridging header file?

1 Answers  


Does objective c have pointers?

1 Answers  


What is difference between datasource and delegate?

1 Answers  


What is super in objective c?

1 Answers  


What is toll-free bridging?

1 Answers  


What can’t we put into an array or dictionary?

1 Answers  


How to reverse array in objective c?

1 Answers  


Categories