Home Segments Top Top Previous Next

103: Mainline

A method's parameters are just variables that are initialized with argument values each time that the method is called. You can assign parameters to new values, just as you can other variables, but many programmers consider such assignment to be bad programming practice.