dimanche 24 juillet 2016

Beim Konstruktor "this"

dimanche 24 juillet 2016
Hallo alle zusammen ich habe folgenden code:
Code (Java):
public class Team {

    private String Name;
    private String Spiele;
    private String Tore;
    private String Punkte;

    public String getname() {
        return Name;

    }

    public String getspiele() {
        return Spiele;

    }

    public String gettore() {
        return Tore;
    }

    public String getpunkte() {
        return Punkte;

    }

    public Team(String Name, String Spiele, String Tore, String...
Beim Konstruktor "this"

Beim Konstruktor "this"

0 commentaires:

Enregistrer un commentaire

 
◄Design by Pocket