Tell us the result when you invoke a particular method on a nil pointer?
Answer Posted / 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 |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category