A(n) ____ is a method variable that stores an argument, so that the receiver of the message can access that argument.
A. message
B. attribute
C. parameter
D. property
Answer: C
You might also like to view...
What are variables declared inside a class but not inside a method called?
(A) global variables (B) member variables (C) local variables (D) class-level variables
Which of the following is an alternate term for an adapter card?
A. expansion card B. router C. register D. bus card
Suppose that x and y are int variables, and z is a double variable. The input is: ? 28 32.6 12 ? Choose the values of x, y, and z after the following statement executes: ? cin >> x >> y >> z; ?
A. x = 28, y = 32, z = 0.6 B. x = 28, y = 32, z = 12.0 C. x = 28, y = 12, z = 32.6 D. x = 28, y = 12, z = 0.6
When you add a new field to a form, two controls are usually created: a caption and a text box. _________________________
Answer the following statement true (T) or false (F)