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 |
How declare methods in objective c? And how to call them?
What is autoclosure?
What do you mean by category and when to use it?
What is parsing? Mention which class can you use for parsing of xml in iphone?
Why swift is better than objective c?
Is objective c, a dynamic language? True/false, explain.
What is an objective statement?
Which language does apple use?
What is a process and thread?
Who introduced objective-c & when?
What is the purpose of the protocol?
How different is objective c from swift?