What is .h and .m file in xcode?



What is .h and .m file in xcode?..

Answer / Satyendra Pal Singh

In Xcode, .h (header) files contain interface declarations for classes and protocols, while .m (implementation) files contain the implementation of these interfaces.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Objective-C Interview Questions

Is objective c statically typed?

1 Answers  


Is swift or objective c better?

1 Answers  


What is retain count?

1 Answers  


How to implement in app purchase in ios objective c?

1 Answers  


Why is objective c better than swift?

1 Answers  


Explain how the class “implementation” is represented in objective-c?

1 Answers  


What happens when you create a block?

1 Answers  


How dispatch_once runs only once?

1 Answers  


Explain what do you mean by dot notation?

1 Answers  


Is objective c the same as c++?

1 Answers  


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

1 Answers  


What are static attributes?

1 Answers  


Categories