Examlex

Solved

Consider the Java Code Segment Below

question 3

Multiple Choice

Consider the Java code segment below:
Polygon poly2 = new Polygon() ;
Poly2.addPoint(100, 30) ;
Poly2.addPoint(100, 130) ;
Which of the following will create a polygon that is a square?


Definitions:

Related Questions