OUT
and REF parameters are almost
similar, both are used to return additional values from a function to the code
which is calling the function. However there are some difference between the two,
the following are the some of the key differences between the OUT and REF
parameters.
Out parameters are declared by adding the keyword out in front of the parameter.
Out parameters are declared by adding the keyword out in front of the parameter.