// File: Polygon.object_representation // Time-stamp: "2005-12-27 21:05:56 calvanese" // Purpose: Written exam 20/9/2005 - BSc in Computer Science (6CFU) // Polygon: representation of the objects of the class public class Polygon { // representation of the objects private Vertex[] vertices; private int numVert; // pubblic methods }