What is the 'interface' and 'implementation'?
Answer / Amajad Khan
In Objective-C, a header file (Interface) contains declarations of classes, protocols, and categories. It defines the methods that a class will implement but does not contain their implementation. The implementation file (Implementation) contains the method definitions, including their bodies, for the class declared in the header file.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different store migration options? When are they used? How do they work? What is mapping model?
Is a delegate retained?
What are the ways to store data localy on iphone device?
Functionality of accelerometer of an iphone
What is @synthesize?
What are layer objects in iOS operating system?
1 Answers SwanSoft Technologies,
How to parse xml?
Explain what is garbage collection?
What is 1x 2x?
Which devices will this work with ios?
What is arc xcode?
How core data differs from sqlite?