How the class “implementation” is represented in objective-c?
Answer / 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 |
How do you write an objective summary?
What is the definition of an objective statement?
What is protocol in networking?
What is protocol in simple words?
What is gcd objective c?
What is the main difference between function calls and messages?
What is dot notation?
How do you get closure?
Is objective c open source?
How to use swift protocol in objective c?
What is category in objective c?
What is enum in objective c?