diff --git a/b1-algo/c3-1-ALGORITHMIQUE-correction.md b/b1-algo/c3-1-ALGORITHMIQUE-correction.md index 601b477..9d521e5 100644 --- a/b1-algo/c3-1-ALGORITHMIQUE-correction.md +++ b/b1-algo/c3-1-ALGORITHMIQUE-correction.md @@ -1,5 +1,7 @@ # Corrigé test blanc du 4/1/2022 +https://forms.gle/pYx83zfr1dz8dajk7 + test 9h30 -> 11h (1h30) ## L'ensemble des méthodes et des propriétés d'un objet s'appelle : @@ -117,7 +119,7 @@ La première est fausse : + n'est pas un opérande mais un opérateur objet abstrait jouet var protégée prix, poids : décimal; var protégée stock : entier; - + methode constructeur(prix,poids,stock) ceci->prix = prix; ceci->poids = poids;