InterviewSolution
Saved Bookmarks
| 1. |
Explain How The Class “implementation” Is Represented In Objective-c? |
|
Answer» In Objective-C the CLASS “ IMPLEMENTATION” is represented with @implementation DIRECTIVE and ENDS with @end. In Objective-C the class “ IMPLEMENTATION” is represented with @implementation directive and ends with @end. |
|