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 |
What is property classification?
What is protocol in networking?
What is immutable infrastructure?
What is an objective description?
How do you check for leaks?
Ns object is a parent class or derived class?
What is synchronized() block in objective c?
What are nsautoreleasepool and how can we use them?
What is gcd?
How to convert nsnumber to nsstring in objective c?
What is category in objective c?
What is hashable?