Solved

When the This Variable Is Used to Call a Constructor

Question 1

Multiple Choice

When the this variable is used to call a constructor,


A) it must be the first statement in the constructor making the call
B) it must be the last statement in the constructor making the call
C) it can be anywhere in the constructor making the call
D) You cannot use the this variable in a constructor call.

Correct Answer:

verifed

Verified

Related Questions