Solved

Assuming the Following Java Statement

Question 66

Multiple Choice

Assuming the following Java statement:
Circle c1 = new Circle(3) ;
What does the variable c1 store?


A) The constructed Circle object itself.
B) A reference to the Circle class.
C) A reference to the constructed Circle object.
D) The numeric value 3.

Correct Answer:

verifed

Verified

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

Related Questions