rayon * $this->rayon; } } $cercle3 = new cercle(); $cercle3->rayon = 3; //Attention la ligne ci-dessous produit une erreur //$cercle3->abcisse = 22; echo $cercle3->surface();