logo

Crowdly

Écrire la méthode equals() pour la classe Jeu ci-dessous : public class Jeu...

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

Écrire la méthode equals() pour la classe Jeu

ci-dessous :

public class Jeu {

public Jeu(String nom, float prix, String cat, String id, int note) {

this.nom = nom;

this.prix = prix;

this.categorie = cat;

this.id = id;

this.note = note;

this.dureePartie = new int[25];

}

public String getNom() { return nom; }

public float getPrix() { return prix; }

public String getCat() { return categorie; }

public String getID() { return id; }

public int getNote() { return note; }

String nom;

float prix;

String categorie;

String id;

int note;

int[] dureePartie;

}

More questions like this

Want instant access to all verified answers on cmontmorency.moodle.decclic.qc.ca?

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