Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Match Choice 1. ... are member variables whose values are shared by all objectin

ID: 3609813 • Letter: M

Question

Match

Choice

1.

... are member variables whose values are shared by all objectinstances of the class.

SelectA.B.C.D.

A.

Formal parameters

2.

... are types of local variables that get their values from thecaller (client).

SelectA.B.C.D.

B.

Static class variables

3.

... are member variables whose values are unique to eachobject of the class.

SelectA.B.C.D.

C.

Instance variables

4.

... are defined inside a method and known (by their names) onlywithin that method.

SelectA.B.C.D.

D.

Local variables

Match

Choice

1.

... are member variables whose values are shared by all objectinstances of the class.

SelectA.B.C.D.

A.

Formal parameters

2.

... are types of local variables that get their values from thecaller (client).

SelectA.B.C.D.

B.

Static class variables

3.

... are member variables whose values are unique to eachobject of the class.

SelectA.B.C.D.

C.

Instance variables

4.

... are defined inside a method and known (by their names) onlywithin that method.

SelectA.B.C.D.

D.

Local variables

Explanation / Answer

... are member variables whose values are shared by all objectinstances of the class.


B.


2.

... are types of local variables that get their values from thecaller (client).


A.


3.

... are member variables whose values are unique to eachobject of the class.


C


4.

... are defined inside a method and known (by their names) onlywithin that method.


D.



... are member variables whose values are shared by all objectinstances of the class.


B.


2.

... are types of local variables that get their values from thecaller (client).


A.


3.

... are member variables whose values are unique to eachobject of the class.


C


4.

... are defined inside a method and known (by their names) onlywithin that method.


D.