Description: Abstract class Shape, abstract methods: calculating the area and display area, derived subclass of rectangular and triangular
- [Shape] - For a perimeter and area of geometric sh
- [shape] - /* Do an abstract shape class has a way
File list (Check if you may need any files):
Shape
.....\Rectangle.java
.....\Shape.java
.....\TestShape.java
.....\Triangle.java