What is m file?
Answer / Sandeep Bajpai
An .m file in Xcode is a combination of two files: .h (header) and .m (implementation). It contains the interface declaration (methods, properties, and protocols) in the header section, followed by their implementation in the implementation section.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different types of protocols?
How to add object to nsarray objective c?
What is abi stability?
What is .m file in objective c?
What is super in objective c?
What is a category in objective c?
What is #import?
Mention what is the primary use of the category in the objective-c?
Is objective-c a dynamic language?
How to initialize nsmutabledictionary in objective c?
How do you define a block?
Why do we require class extension?