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 property and instance variable?



What is the difference between property and instance variable?..

Answer / Prem Chandra Mishra

In Objective-C, an instance variable is a variable that belongs to an object and exists as long as the object exists. A property is a syntactic sugar around an instance variable that provides accessors (getters and setters) and optionally manages memory for you.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is objective c programming used for?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


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

1 Answers  


What is protocol in simple words?

1 Answers  


What is the main difference between function calls and messages?

1 Answers  


What are the attributes of category?

1 Answers  


What is .m file in objective c?

1 Answers  


Mention whether nsobject is a parent class or derived class.

1 Answers  


What are properties and instance variables in objective c and swift?

1 Answers  


What is the use of objective c?

1 Answers  


What is better objective c or swift?

1 Answers  


What is the difference between string and nsstring?

1 Answers  


Categories