Solved

When the This Variable Is Used to Call a Constructor

Question 11

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

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions