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 id type in objective c?

1 Answers  


What is nsstring?

1 Answers  


What number distinctive annotations is accessible in objective-c?

1 Answers  


What is the main difference between function calls and messages?

1 Answers  


How to create uibutton programmatically in objective c?

1 Answers  


What is extern objective c?

1 Answers  


What does alloc mean in objective c?

1 Answers  


What is an example of category?

1 Answers  


What is delegate? Can delegates be retained?

1 Answers  


Explain application life cycle or application states?

1 Answers  


How much does m files cost?

1 Answers  


Can we have multiple uiwindows in ios?

1 Answers  


Categories