Quadrilateral Constructor #1
The Quadrilateral class has a no-argument constructor that calls the no-argument constructor of the superclass: public Quadrilateral() { super(); }
It also has a constructor that takes eight ints, and another constructor that takes four Points