Logo 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 functions when one function calls another. C++ provides two parameter passing methods--pass-by-value  and pass-by-reference .




next up previous contents index

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