Suppose foo is a reference to an instance of a class.
Which of the following is not true about foo.bar?
B.
Dot notation is used for both reading and writing instance variables, assuming they are in scope.
It cannot be used for referencing local variables, making Option B the correct answer.