so ist es richtig:
interface Geo { Box bounds (); Geo [] teile (); void draw (); } class Kreis implements Geo { .. } class Neben implements Geo { Neben (Geo links, Geo Rechts) { .. } }