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 the isa member?
Mention whether nsobject is a parent class or derived class.
Explain application life cycle or application states?
What is objective c programming used for?
Is apple stopping supporting objective c?
what is gcd? What are advantages over nsthread?
Can I use objective c in swift?
What are the two types of m files?
What is immutable infrastructure?
Can objective c run on windows?
Distinguish between @synthesize and @dynamic in objective –c?
What is a class in objective c?