A Pre-Quiz Challenge
- What shows up on the applet panel?
- What shows up in the Java console?
- How should the TestApplet code be changed in order to have the triangle described as a polygon with 3 sides?
- What would a class ThreeDimFig look like that takes advantage of the same interfaces used by TwoDimFig ?
- What should it be a subclass of?
- Should it explicitly implement any interfaces?