What is a .m file in xcode?



What is a .m file in xcode?..

Answer / Mohini Singh

.m files in Xcode are source code files for Objective-C classes and objects. They typically contain both the class implementation (methods) and interface (header file) wrapped together.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

How declare methods in objective c? And how to call them?

1 Answers  


What is autoclosure?

1 Answers  


What do you mean by category and when to use it?

1 Answers  


What is parsing? Mention which class can you use for parsing of xml in iphone?

1 Answers  


Why swift is better than objective c?

1 Answers  


Is objective c, a dynamic language? True/false, explain.

1 Answers  


What is an objective statement?

1 Answers  


Which language does apple use?

1 Answers  


What is a process and thread?

1 Answers  


Who introduced objective-c & when?

1 Answers  


What is the purpose of the protocol?

1 Answers  


How different is objective c from swift?

1 Answers  


Categories