How would you read the expression abc.y as?

Options
- member abc of object y
- member y of object abc
- member y of object pointed by abc
- All of the above


CORRECT ANSWER : member y of object abc

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement