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 |
What is objective c written in?
Explain what is protocol in objective-c?
What is a dispatch function?
What is synthesized in objective-c?
What is concept of property?
What is difference between null and nil?
What is differences between nsnull and nil in objective c?
Is swift faster than objective c?
Is objective c compiled?
What can objective c be used for?
What is the difference between property and instance variable?
How much does m files cost?