Q:

When is a variable called extending access beyond visibility

0

When is a variable called extending access beyond visibility?


  1. Passing a reference as an argument
  2. Passing an argument by reference (which uses aliasing)
  3. Returning a reference from a sub-program
  4. All of the mentioned

Answers

D. All of the mentioned

total answers (1)