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 does the gc () method?

1 Answers  


Tell us the result when you invoke a particular method on a nil pointer?

1 Answers  


What is an example of tangible property?

1 Answers  


What is a process and thread?

1 Answers  


What is 'protocol' on objective c?

1 Answers  


When will you use nsarray and nsmutablearray?

1 Answers  


When should you call dealloc method?

1 Answers  


What is inheritance in objective c?

1 Answers  


Why do we require class extension?

1 Answers  


How big is a atom?

1 Answers  


What is super in objective c?

1 Answers  


What are the two types of m files?

1 Answers  


Categories