What is .m file in objective c?
Answer / Sadhana Dhaka
.m files are source files in Objective-C. They contain the implementation details for classes, structures, and functions written in Objective-C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why do we require class extension?
What is hashable?
Tell us the result when you invoke a particular method on a nil pointer?
Who invented objective c?
What is the latest version of objective-c?
Why is objective c syntax so weird?
What is toll-free bridging? When is it useful?
Is objective c hard?
What objective-c program consists of?
What is difference between nsstring and nsmutablestring?
What are the adavantages of gcd over nsthread?
Is there function overloading in objective-c?