Premier commit
This commit is contained in:
13
EtudiantBachelor.php
Normal file
13
EtudiantBachelor.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
require_once "Etudiant.php";
|
||||
|
||||
Class EtudiantBachelor extends Etudiant{
|
||||
private $tempsEveil = 15;
|
||||
|
||||
public function afficherHtml(){
|
||||
echo "<br>Etudiant2 :<br>". "Nom : ".$this->getNom()."<br>"
|
||||
."Prenom : ".$this->getPrenom()."<br>"."Age : "
|
||||
.$this->getAge()."<br>"."Eveil : ;".$this->tempsEveil;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user