Question: Create an Interface Shape with one method to compute area. Create a constant Math.PI for the circle inside this interface. Implement the interface for Circle,
Create an Interface Shape with one method to compute area. Create a constant Math.PI for the circle inside this interface. Implement the interface for Circle, Square and Rectangle and build logic inside the method to compute the areas for the different shapes. Create a class called App with a main method that calls the compute are for each of the shapes and computes the area.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
