Cour sur java
Résolu/Fermé
A voir également:
- Cour sur java
- Waptrick java football - Télécharger - Jeux vidéo
- Jeux java itel football - Télécharger - Jeux vidéo
- Java apk - Télécharger - Langages
- Java décompiler - Télécharger - Langages
- Java runtime - Télécharger - Langages
1 réponse
DasSium95
Messages postés
673
Date d'inscription
mardi 30 mars 2010
Statut
Membre
Dernière intervention
13 avril 2016
134
8 mai 2010 à 15:25
8 mai 2010 à 15:25
le site du zero est pas mal. Sinon
une class
public class Exemple{
private String attribut1;
private int attribut2;
public Exemple(String valAttribut1, int valAttribut2){
this.attribut1=valAttribut1;
this.attribut2=valattribut2;
}
instance
Exemple unExemple= new exemple("test",18);
une class
public class Exemple{
private String attribut1;
private int attribut2;
public Exemple(String valAttribut1, int valAttribut2){
this.attribut1=valAttribut1;
this.attribut2=valattribut2;
}
instance
Exemple unExemple= new exemple("test",18);
9 mai 2010 à 14:51