What are the two types of m files?
Answer / Mohd Imran
.m files in Objective-C can be divided into two main categories: implementation files that contain the method implementations, and header files (.h) that declare the interface of a class.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is polymorphism in objective-c?
What is the use of category in objective-c?
What is super in objective c?
What is objective c used for?
Is objective c better than c++?
What is method swizzling in objective c and why would you use it?
How to initialize nsmutabledictionary in objective c?
How declare methods in objective c? And how to call them?
Can delegates be retained?
How does dispatch_once manages to run only once?
What is an m file?
What is nonatomic in objective c?