What is m file?



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

Post New Answer

More Objective-C Interview Questions

Why swift is faster then objective c?

1 Answers  


What is the difference between method and type?

1 Answers  


How to declare global variable in objective c?

1 Answers  


Who calls dealloc method? Can we implement dealloc in arc?

1 Answers  


What are the 5 principles of object oriented programming?

1 Answers  


Explain the way messaging works in objective-c?

1 Answers  


What are the size classes?

1 Answers  


What is objective c in ios?

1 Answers  


What is nsmutabledictionary?

1 Answers  


How to convert objective c project to swift?

1 Answers  


Explain what is protocol in objective-c?

1 Answers  


What is the difference between a script and function?

1 Answers  


Categories