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 strong and weak in objective c?



What is strong and weak in objective c?..

Answer / Vikram Rajesh Kumar

"Strong and Weak" are memory management properties in Objective-C. A property with strong attribute retains its instance variable, preventing it from being deallocated while the object remains in use. On the other hand, a property with weak attribute does not retain its instance variable, allowing it to be deallocated whenever its parent object is released.n"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is the point of closures?

1 Answers  


Is swift objective c?

1 Answers  


What is property and its types?

1 Answers  


Are id and instancetype same? If not, what are differences between them?

1 Answers  


What is concept of property?

1 Answers  


What is difference between extern and global?

1 Answers  


Why is objective c used?

1 Answers  


Does objective c have multiple inheritance? Why not? How to imitate various inheritance?

1 Answers  


What happen if we send any message to an object which is released?

1 Answers  


What's the difference between a thread safe and a thread unsafe function?

1 Answers  


What does mean in objective c?

1 Answers  


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

1 Answers  


Categories