1 | The previous constructor first calls the no-argument constructor of the superclass Polygon |
2 | It then "constructs" a Triangle object by adding three points to the this reference |
3 | The keyword this (which may be omitted) refers to the particular Triangle object being created |