What is synthesize objective c?



What is synthesize objective c?..

Answer / Surya Bhatia

"Synthesize" in Objective-C refers to the automatic generation of accessor methods for instance variables declared with the @synthesize directive. These are typically getter and setter methods that allow you to read and write the instance variable's value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Tell me about important protocol being used in objective c?

1 Answers  


Is struct a class?

1 Answers  


What is the difference between method and type?

1 Answers  


Mention what is the primary use of the category in the objective-c?

1 Answers  


What is a process and thread?

1 Answers  


What is a goal and objective?

1 Answers  


How much does m files cost?

1 Answers  


Explain mutable types in objective c programming language?

1 Answers  


What does r mean in xcode?

1 Answers  


What’s the contrast between active, inactive, not-running, background and suspended execution states?

1 Answers  


How to call function?

1 Answers  


Is objective c, a dynamic language? True/false, explain.

1 Answers  


Categories