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 does nonatomic mean?
What is objective c and swift?
What is responder chain?
What is the difference between typedef and enum?
Distinguish between @synthesize and @dynamic in objective –c?
When is toll-free bridging useful?
What is difference between extern and global?
What is the major difference between objective c and swift?
What do you understand by protocol?
What’s the contrast between active, inactive, not-running, background and suspended execution states?
What is a selector objective c?
Is nsobject a parent class or a derived class?