Match each item with a statement below.

A. A method that calls another method.
B. A method call that requires an object reference.
C. What is received by an invoked method when an object is passed to it by reference.
D. A variable that is declared in the current method and is known only to that method.
E. A parameter that receives a copy of the value passed to it.
F. Variables that are declared within a class but outside of a method.
G. A name that includes the class name.
H. The return type for a method that returns either true or false.
I. Consists of the data types and parameter names that appear between parentheses in a method header.
J. A method that is called without an object reference.

A. calling method
B. nonstatic method
C. object's starting memory address
D. local variable
E. value parameter
F. field
G. fully qualified name
H. bool
I. parameter list
J. static

Computer Science & Information Technology

You might also like to view...

The ________ key can be used to move from one input box to another in a dialog box

A) Enter B) F4 C) Tab D) PgDn

Computer Science & Information Technology

Which of the following is the unauthorized access of information from a wireless device through a Bluetooth connection

A. Bluejacking B. Bluesnarfing C. Bluebeard D. The blues

Computer Science & Information Technology