What is #import?



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

Post New Answer

More Objective-C Interview Questions

What are benefits of collections views?

1 Answers  


What is the difference between a script file and a function matlab?

1 Answers  


What is the difference between atomic and nonatomic synthesized properties?

1 Answers  


Does objective-c contain private strategies?

1 Answers  


What does the objective c program fundamentally comprise of?

1 Answers  


What is abstract class in objective c?

1 Answers  


When should you call dealloc method? Is it possible to implement dealloc in arc?

1 Answers  


What is a goal and objective?

1 Answers  


What happens if you add your just created object to a mutable array, and you release your object?

1 Answers  


Is closure a function?

1 Answers  


What are the differences between copy and retain?

1 Answers  


Can I write some c++ function in same .m file?

1 Answers  


Categories