The addPoint Method
The addPoint(…) method that we’ve been using (which takes two arguments) was inherited from the superclass Polygon
Unfortunately, the Polygon class does not define an addPoint(…) method that takes a single Point as argument
So we will overload the addPoint(…) method in the Octagon class