October 2006
Intermediate to advanced
720 pages
17h 56m
English
In this section, you will learn how to use and manage parameters to build effective functions. While functions that don’t use parameters typically do very little, they can be very useful for fixed or static tasks. Parameterized functions provide dynamic code blocks that meet more complex programming tasks often required by business rules.
As discussed in the introduction to this chapter, parameters are passed by value or reference to functions. Passing a parameter by value means that you hand a copy of the variable or literal value to a function. The alternative to passing a parameter by value is to pass one by reference, which means that you provide a reference or pointer to the ...
Read now
Unlock full access