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 |
What is method swizzling in objective c and why would you use it?
What do you mean by category and when to use it?
How to create uibutton programmatically in objective c?
Explain class definition in objective-c?
How different is objective c from swift?
What is difference between array and nsarray?
Explain what is #import?
How can we put nil it into dictionary/array?
How to use objective c file in swift?
How do you write a good objective?
Can you write setter method for a retain property?
What happen if we send any message to an object which is released?