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

Explain immutable types in objective c programming language?

1 Answers  


What is the purpose of managed object context (nsmanagedobjectcontext) in objective-c and how does it work?

1 Answers  


Is objective c, a dynamic language? True/false, explain.

1 Answers  


What is difference between mutable and immutable?

1 Answers  


What is dealloc?

1 Answers  


Are callbacks closures?

1 Answers  


Is a fact objective?

1 Answers  


What does it mean to be objective?

1 Answers  


Is objective c better than c++?

1 Answers  


How to create uibutton programmatically in objective c?

1 Answers  


What are the 5 performance objectives?

1 Answers  


What is the difference between method and type?

1 Answers  


Categories