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 |
Is objective c statically typed?
Is swift or objective c better?
What is retain count?
How to implement in app purchase in ios objective c?
Why is objective c better than swift?
Explain how the class “implementation” is represented in objective-c?
What happens when you create a block?
How dispatch_once runs only once?
Explain what do you mean by dot notation?
Is objective c the same as c++?
Who calls dealloc method? Can we implement dealloc in arc?
What are static attributes?