Another Constructor (cont’d)
The previous constructor first calls the no-argument constructor of the superclass Polygon
It then “constructs” a Triangle object by adding three points to the this reference
The keyword this (which may be omitted) refers to the particular Triangle object being created