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


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



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

Answer / Neetu Sinha

In ARC (Automatic Reference Counting), the object's dealloc method is called by the runtime when the object's retain count reaches zero. Yes, you can implement dealloc manually even with ARC, but it's generally not needed because ARC automatically handles memory management.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is a delegate objective c?

1 Answers  


Explain what are the attributes of category?

1 Answers  


What is the protocol in objective c?

1 Answers  


When should you call dealloc method?

1 Answers  


What happens if you add your just created object to a mutable array, and you release your object?

1 Answers  


What is the difference between polymorphism and abstraction?

1 Answers  


What is assign property in objective c?

1 Answers  


What is atomic property?

1 Answers  


What is responder chain?

1 Answers  


What are the types of ios binaries you can create using xcode?

1 Answers  


How do I create a bridging header file?

1 Answers  


How to call methods in objective c?

1 Answers  


Categories