public abstract class SimpleShape { public abstract float area(); }