How the class “implementation” is represented in objective-c?
Answer Posted / Tulika Srivastava
In Objective-C, the implementation of a class is represented by a separate file with the same name as the header file but with an .m extension. The implementation file contains method implementations, property implementations, and other details about the class.
| 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