1. 26.
    0
    public class takim {
    private int puan;
    private int kaptan;
    private int butce;
    private string[] liste = new string[6];


    public takim(){
    this. puan = 0;
    this. kaptan = 0;
    this. liste[] = {0};
    this. butce = 0;

    }

    /**
    * @return the puan
    */
    public int getpuan() {
    return puan;
    }

    /**
    * @param puan the puan to set
    */
    public void setpuan(int puan) {
    this. puan = puan;
    }

    /**
    * @return the kaptan
    */
    public int getkaptan() {
    return kaptan;
    }

    /**
    * @param kaptan the kaptan to set
    */
    public void setkaptan(int kaptan) {
    this. kaptan = kaptan;
    }

    /**
    * @return the butce
    */
    public int getbutce() {
    return butce;
    }

    /**
    * @param butce the butce to set
    */
    public void setbutce(int butce) {
    this. butce = butce;
    }

    /**
    * @return the liste
    */
    public string[] getliste() {
    return liste;
    }

    /**
    * @param liste the liste to set
    */
    public void setliste(string[] liste) {
    this. liste = liste;
    }

    }

    Edit: bu dosyayı takim.h diye kaydet, metodları yazmadım henüz.
    edit2: java da yazıyom panpa sen c++ a döndürürsün artık, zaten fark yok.
    ···
   tümünü göster