Difference between byval and byref and which is default? - TestingQ.com

-->Exclusive Portal for Testing Jobs

Difference between byval and byref and which is default?

If you pass an argument by reference when calling a procedure, the procedure access to the actual variable in memory. As a result, the variable's value can be changed by the procedure.

If you pass an argument by value when calling a procedure, the variable's value can be changed with in the procedure only outside the actual value of the variable is retained.

Passing by reference is the default in VB. If you do not explicitly specify to pass an argurment by value, VB will pass it by reference.
To receive daily posted JOBS & Interview Questions
Just enter your email address below and click 'Submit'
Enter your email address:

Make sure to activate your subscription by clicking on the activation link sent to your email