//10
public Appartement(int superficie, int nbPiece, int identifiant, ...
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
//10 public Appartement(int superficie, int nbPiece, int identifiant, int numEtage){ super(superficie, nbPiece, identifiant); this.numEtage = numEtage; }