IDENTIFY THE CORRECT OPTIONS [1.5]A) PASSING A BYREF ARGUMEN...

77.

Identify the correct options

[1.5]

a) Passing a ByRef argument c)

Passing a ByRef argument

proves advantageous as the

proves advantageous as it

protects a variable from

procedure can return a value

being changed by the called

to the calling code using the

same argument.

procedure.

d) When a ByVal argument is

b)

Passing a ByVal argument

passed VB creates a copy

proves advantageous as the

procedure can return a value

of the entire data content.

to the calling code using the

same argument.

[1.5]