Data Structures and Algorithms with Object-Oriented Design Patterns in C#
next up previous contents index

Parameter Passing

Parameter passing methods  are the ways in which parameters are transfered between methods when one method calls another. C# provides two parameter passing methods--pass-by-value  and pass-by-reference .




next up previous contents index

Bruno Copyright © 2001 by Bruno R. Preiss, P.Eng. All rights reserved.