What objective-c program consists of?
Answer / Shobhit
An Objective-C program typically consists of at least one .h header file, one or more .m implementation files, and a main.m file where the execution begins.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is objective c garbage collected?
What is a delegate in objective c?
What are blocks and how are they used?
What is an objective description?
What is an example of tangible property?
How dispatch_once runs only once?
What is protocol in objective-c?
What is the difference between atomic and nonatomic synthesized properties?
What is the latest version of objective-c?
Is it possible to implement dealloc in arc?
Why swift is faster than objective c?
Can you retain delegates?