Description: Define abstract class Shape, abstract methods showArea (), find the area and showed that define the rectangle class Rectangle, square type Square, round classes Circle, according to their properties, obtained by the respective area showArea method, constructed in the main method three objects, method calls showArea
To Search:
File list (Check if you may need any files):
Shape\Circle.class
.....\Rectangle.class
.....\Shape.class
.....\ShapeArea.class
.....\ShapeArea.java
.....\Square.class
Shape