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 |
Will objective c be deprecated?
What is an example of category?
What is the difference between atomic and nonatomic synthesized properties?
Are id and instancetype same? If not, what are differences between them?
What is inheritance in objective c?
How do you write an objective statement?
Who introduced objective-c & when?
What is the class of a constant string?
What is difference between nil and nill?
What are the main objectives of training?
Is swift faster than objective c?
What are blocks and how are they used?