Friday, December 02, 2011

Parameters: Call “by value” and “by reference” Arrays

Arrays are reference type objects. So you can change the elements of an array from methods that receives the array as byval argument

No comments:

Post a Comment