Explain how the class “implementation” is represented in objective-c?
Answer / Simpy Kumari
In Objective-C, a class's implementation is represented by a corresponding .m file. This file usually contains method implementations for the class methods declared in the .h header file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is gcd?
When will you use nsarray and nsmutablearray? Which one is faster?
Is swift or objective c better?
How dispatch_once runs only once?
Where is objective c used?
What is property classification?
Does objective-c contain private strategies?
What is block variable?
How to declare variable in objective c?
What is objective c & why it is used for?
What is a class in xcode?
What does @synchronized() do?