Solved

You Can Instantiate an Empty Polygon Object Using Which of the Following

Question 24

Multiple Choice

You can instantiate an empty Polygon object using which of the following statements?


A) Polygon someFutureShape = new Polygon(0,0,0,0) ;
B) Polygon someFutureShape = new Polygon() ;
C) Polygon someFutureShape = new Polygon(0) ;
D) Polygon someFutureShape = new Polygon(xPoints, yPoints, xPoints.length) ;

Correct Answer:

verifed

Verified

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

Related Questions