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
Get step-by-step solutions from verified subject matter experts
