| created 10/9/99; revised 10/24/99, 01/22/00 |
CHAPTER 34b --- Object ParametersParameters are used to pass values from a caller into a method. So far all the examples have used primitive data types as parameters. This chapter examines parameters that are object references. Chapter Topics:
|
QUESTION 1:(Review:) What is a formal parameter? What is an actual parameter? Click Here after you have answered the question |