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



What is synthesized in objective-c?..

Answer / Hari Om

In Objective-C, synthesized means that the compiler automatically generates accessor (getter and setter) methods for instance variables declared with the @synthesize directive. This saves developers from having to manually write these methods.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

What is method swizzling in objective c and why would you use it?

1 Answers  


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

1 Answers  


How to create uibutton programmatically in objective c?

1 Answers  


Explain class definition in objective-c?

1 Answers  


How different is objective c from swift?

1 Answers  


What is difference between array and nsarray?

1 Answers  


Explain what is #import?

1 Answers  


How can we put nil it into dictionary/array?

1 Answers  


How to use objective c file in swift?

1 Answers  


How do you write a good objective?

1 Answers  


Can you write setter method for a retain property?

1 Answers  


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

1 Answers  


Categories