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