For observing changes to a property, which of these two statements cause the related method to be called and why?1. _val = 1;2. self.val= 100;

🎲 Try a Random Question  |  Total Questions in Quiz: 38  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Objective-C Quiz — practice the complete quiz, review flashcards, or try a random question.

Objective-C MCQs For LinkedIn Skill Assessments.


For observing changes to a property, which of these two statements cause the related method to be called and why?<br><br>1. _val = 1;<br>2. self.val= 100;<br>