Solved

If the This Variable Is Used to Call a Constructor

Question 3

Multiple Choice

If the this variable is used to call a constructor, __________.


A) a compiler error will result if it is not the first statement of the constructor
B) a compiler error will result if it is the first statement of the constructor
C) nothing will happen
D) the this variable cannot be used as a constructor call

Correct Answer:

verifed

Verified

Related Questions