logo

Crowdly

Aufgabe : Sie sehen folgenden Java Code. Erstellen Sie ein Klassendiagramm und l...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Aufgabe: Sie sehen folgenden Java Code. Erstellen Sie ein Klassendiagramm und laden Sie dieses als pdf hier hoch!

public class Reifen {

    private int durchmesser;

    private double luftdruck;

    public Reifen(double druck,int d) {

        this.durchmesser=d;

        this.luftdruck=druck;

    }

    public int getDurchmesser() {

        return durchmesser;

    }

    public double getLuftdruck() {

        return luftdruck;

    }

    private double getScope() {

        return 2*Math.PI*durchmesser/2;

    }

}

More questions like this

Want instant access to all verified answers on moodle.mm-bbs.de?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!