Cover Data Structures and Algorithms with Object-Oriented Design Patterns in Java
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. Java provides only one parameter passing method--pass-by-value .




next up previous contents index

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