Problème au niveau du code orienté objet
Résolu/Fermé
histl4000
histl4000
- Messages postés
- 129
- Date d'inscription
- lundi 3 juillet 2017
- Statut
- Membre
- Dernière intervention
- 12 juillet 2018
histl4000
- Messages postés
- 129
- Date d'inscription
- lundi 3 juillet 2017
- Statut
- Membre
- Dernière intervention
- 12 juillet 2018
A voir également:
- Problème au niveau du code orienté objet
- Problème au niveau du code orienté objet ✓ - Forum - Java
- Polymorphisme orienté objet - Articles
- Erreur de récupération de l'image au niveau du code temporel - Forum - Logiciels
- Exercice java orienté objet corrigé ✓ - Forum - Java
- Récupération de l'image de restautation - Forum - Windows
1 réponse
KX
1 déc. 2017 à 17:47
- Messages postés
- 16584
- Date d'inscription
- samedi 31 mai 2008
- Statut
- Modérateur
- Dernière intervention
- 12 août 2022
1 déc. 2017 à 17:47
Bonjour,
Un exemple :
Un exemple :
Cours cours = new Cours("Math", prof); cours.add(eleve);
2 déc. 2017 à 12:14