Hi friends.in this article i will explain about ByVal Versus ByRef Example Or Difference between Byval and ByRef.
By Value and By
Reference are two ways of passing arguments to a method. If you pass a value by
value, means you send a copy of the value to a method and so changes made to
that copy wont affect the original variable in a caller method.