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

Parameter Passing

There are two parameter passing mechanisms in C++: pass-by-value and pass-by-reference. Both of these methods are used extensively in this book. It is essential that you understand the behavioral difference between the two methods as well as the performance implications of using each of them.


next up previous contents index

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