Question: Implement an interface Polygon that has a default method getSides() and an abstract method getArea(). Create classes Rectangle, Square, Triangle that implements Polygon. All should

Implement an interface Polygon that has a default method getSides() and an abstract method getArea(). Create classes Rectangle, Square, Triangle that implements Polygon. All should provide an implementation for the abstract method getArea() and overrides the default method getSides().

This is to be done in java

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!