class MeineImpl implements KleinesBeispiel{ int i=0; @Overrides public int zweiInts(int x,int y){ i=i+1; return 2*x+y; } }