What is #import?
Answer / Deepak Kumar Sagar
#import directive in Objective-C is used to include header files from other source files. It's similar to the #include preprocessor command, but it provides a more controlled method for including headers.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are benefits of collections views?
What is the difference between a script file and a function matlab?
What is the difference between atomic and nonatomic synthesized properties?
Does objective-c contain private strategies?
What does the objective c program fundamentally comprise of?
What is abstract class in objective c?
When should you call dealloc method? Is it possible to implement dealloc in arc?
What is a goal and objective?
What happens if you add your just created object to a mutable array, and you release your object?
Is closure a function?
What are the differences between copy and retain?
Can I write some c++ function in same .m file?