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...


Explain what is @synthesize in objective-c?



Explain what is @synthesize in objective-c?..

Answer / Abhinandan Yadav

@synthesize is a compiler directive used in Objective-C to generate accessor methods (getters and setters) for instance variables declared in the interface of a class. It simplifies property management and makes it easier to follow Apple's coding guidelines.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Who invented objective c?

1 Answers  


How to convert data to string in objective c?

1 Answers  


When will you use nsarray and nsmutablearray?

1 Answers  


Can you use objective c in swift?

1 Answers  


What is parsing? Mention which class can you use for parsing of xml in iphone?

1 Answers  


What is the difference between string and nsstring?

1 Answers  


What is property and its types?

1 Answers  


What happens with the objects if the array is released?

1 Answers  


What do you mean by category and when to use it?

1 Answers  


What is dot notation?

1 Answers  


What do you mean by dot notation?

1 Answers  


How do I open .m files?

1 Answers  


Categories