Answer Posted / Abhinandan Yadav
@synthesize is a compiler directive used in Objective-C to generate accessor methods (getters and setters) for instance variables declared in the interface of a class. It simplifies property management and makes it easier to follow Apple's coding guidelines.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category