Definition einer total abstrakten Klasse.
Siehe auch implements.
public interface Drawable { public void Draw(Graphics g); }