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...


Is it possible to implement dealloc in arc?



Is it possible to implement dealloc in arc?..

Answer / Arpit Kumar Singh

Automatic Reference Counting (ARC) is designed to manage memory automatically, so you don't have to call the dealloc method explicitly. When an object with ARC reaches zero retain count, ARC calls dealloc for you. However, if needed, you can still override dealloc in a subclass or category, but it's not typically necessary.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is the difference between nsdictionary and nsmutabledictionary?

1 Answers  


What is the point of closures?

1 Answers  


Is c and objective c the same?

1 Answers  


What is the difference between weak and unowned?

1 Answers  


Mention what is the primary use of the category in the objective-c?

1 Answers  


What is protocol in simple words?

1 Answers  


What optional binding?

1 Answers  


What is nsmutabledictionary?

1 Answers  


What is an m file?

1 Answers  


What is property and its types?

1 Answers  


What is strong and weak in objective c?

1 Answers  


What is an extension?

1 Answers  


Categories