type(); echo "\n périmètre de la forme ".$i." : "; echo $tdf[$i]->perimetre(); echo "\n surface de la forme ".$i." : "; echo $tdf[$i]->surface(); } if($tdf[$i] instanceof triangle_rectangle) { echo "\n hypothenuse de la forme ".$i." : "; echo $tdf[$i]->hypothenuse(); } }