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


What is dealloc?



What is dealloc?..

Answer / Manoj Singh

dealloc is a method that is called automatically when an object is about to be deallocated (freed) by the memory management system. It's used to release any allocated resources such as memory for instance variables before the object is destroyed.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How to create uibutton programmatically in objective c?

1 Answers  


What is instancetype?

1 Answers  


How do you define a protocol?

1 Answers  


Which language does apple use?

1 Answers  


What is protocol in networking?

1 Answers  


Why is objective c better than swift?

1 Answers  


What is super in objective c?

1 Answers  


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

1 Answers  


What is the protocol in objective c?

1 Answers  


Is struct a class?

1 Answers  


What is the difference between underscore and self (i.e self.xx and _xx) ?

1 Answers  


What is the difference between polymorphism and abstraction?

1 Answers  


Categories