Class Shape

java.lang.Object
  extended by Shape
Direct Known Subclasses:
Circle, Rectangle, Triangle

public abstract class Shape
extends java.lang.Object


Constructor Summary
Shape()
           
 
Method Summary
abstract  double findArea()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shape

public Shape()
Method Detail

findArea

public abstract double findArea()