public float berechne(float a, float b) { return a + b;}public int berechne(int a, int b) { return a + b;}
int ergebnis = this.berechne(30, 90);