Explain difference between nil and nil?
Answer / Anjali Vargila
There is no actual difference between `nil` and `nil`, they both represent the absence of a value. However, in Objective-C, you might encounter `nil` being used as an implicitly defined constant with type id. In this case, it refers to the object identifier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which is the super class of all view controller objects?
What is the purpose of using ibaction and iboutlet?
What is the difference between synchronous & asynchronous task in ios?
Why do we override drawrect: method? How to explicitly call it?
What are the different store migration options? When are they used?
What is synchronous vs. Asynchronous in gcd ?
What is @dynamic and any place where it is used?
Explain application states
What is block in ios objective c?
what is Xcode?
Explain UIApplication delegate
Define 'strong' keyword?