Explain what is #import?
Answer / Geeta Chhabra
#import is a preprocessor directive used in Objective-C to include header files of other classes into the current file. It creates an implicit public interface and an explicit implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is hashable?
What is 'protocol' on objective c?
What is the difference between property and instance variable?
What is block variable?
What does @synchronized() do?
How the class “implementation” is represented in objective-c?
What optional binding?
Is objective c garbage collected?
Is objective c type safe?
What is a protocol in objective c?
What are the different types of protocols?
List out the methods used in nsurl connection?