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 are the differences between copy and retain?



What are the differences between copy and retain?..

Answer / Varun Sachdeva

Retain increases the reference count by 1, meaning it prevents an object from being deallocated. Copy creates a new instance of the object and increases its reference count. However, with copying, any changes made to the new object do not affect the original.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is the primary use of the category in the objective-c?

1 Answers  


What is nonatomic in objective c?

1 Answers  


What is dynamic dispatch method?

1 Answers  


Why swift is better than objective c?

1 Answers  


Why swift is faster then objective c?

1 Answers  


Does objective c have pointers?

1 Answers  


What is difference between objective c and c?

1 Answers  


What is difference between objective c and swift?

1 Answers  


Is closure a function?

1 Answers  


Explain the difference between uiwindow and uiview?

1 Answers  


Explain what do you mean by dot notation?

1 Answers  


Explain the way messaging works in objective-c?

1 Answers  


Categories