InterviewSolution
Saved Bookmarks
| 1. |
Explain What Is Synthesized In Objective-c? |
|
Answer» Once you have declared the property in objective-C, you have to tell the COMPILER INSTANTLY by using synthesize DIRECTIVE. This will tell the compiler to generate a getter&SETTER message. Once you have declared the property in objective-C, you have to tell the compiler instantly by using synthesize directive. This will tell the compiler to generate a getter&setter message. |
|