Uhrzeit-Aufgabe

M

MoD

Gast
Kann nochmal jemand schnell das clonen erklären? ^^

Java:
  public Uhrzeit clone() {
    try {
        return (Uhrzeit) super.clone();
    } catch (CloneNotSupportedException e) {
        throw new InternalError();
    }
    }
 

Neue Themen


Oben