public abstract interface Shape { // Public Instance Methods public abstract Rectangle getBounds( ); }