From 99769480cea1f9a38ca7449ed0e6a0c597c406b1 Mon Sep 17 00:00:00 2001 From: Juan Date: Tue, 4 Jan 2022 13:37:07 +0100 Subject: [PATCH] session 3 update --- b1-algo/c3-1-ALGORITHMIQUE-correction.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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;