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 the difference between weak and unowned?



What is the difference between weak and unowned?..

Answer / Varsha Choudhary

Weak references do not increase the retain count of the referenced object, and they are set to nil automatically when the referenced object is deallocated. Unowned references also do not increase the retain count but cannot be nil; this means that the referencing object must be assured to exist before using the unowned reference.

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  


Can I write some c++ function in same .m file?

1 Answers  


Who introduced objective-c & when?

1 Answers  


What is difference between method and constructor?

1 Answers  


How to call function?

1 Answers  


How do you check for leaks?

1 Answers  


How to sort array of dictionary in objective c?

1 Answers  


What is the major difference between objective c and swift?

1 Answers  


What is a hash string?

1 Answers  


What is ivar objective c?

1 Answers  


How do I create a bridging header file?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


Categories