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 does the gc () method?
Tell us the result when you invoke a particular method on a nil pointer?
What is an example of tangible property?
What is a process and thread?
What is 'protocol' on objective c?
When will you use nsarray and nsmutablearray?
When should you call dealloc method?
What is inheritance in objective c?
Why do we require class extension?
How big is a atom?
What is super in objective c?
What are the two types of m files?