Tell us the result when you invoke a particular method on a nil pointer?
Answer / Krishna Kant
Invoking a method on a nil pointer in Objective-C will result in a runtime error known as 'nil' or 'bad access'. This happens because you are trying to interact with an object that doesn't exist, and the system cannot execute the requested operation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between method and constructor?
How declare methods in objective c?
What is difference between mutable and immutable?
Is objective c similar to java?
What is objective c and swift?
Who invented objective c?
Is objective c faster than swift?
What is difference between objective c and swift programming?
what is gcd? What are advantages over nsthread?
Is objective c object oriented?
Is objective c superset of c?
What do you understand by protocol?