Explain what is the principle distinction between the function calls and messages?
Answer Posted / Gaurav Johari
@syntheize is a directive used in Objective-C to inform the compiler that an instance variable exists, and it should generate accessor methods (getter and setter) for that variable. For example: n`@synthesize myProperty;`n@dynamic is used to indicate that the implementation of a method or property is not provided in the current class and will be implemented in a subclass. This tells the compiler not to generate accessor methods for those properties.
| 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