heritages
Class Coupe

java.lang.Object
  extended by heritages.Vehicule
      extended by heritages.VoitureDecapotable
          extended by heritages.Coupe
All Implemented Interfaces:
Crashable

public class Coupe
extends VoitureDecapotable

Author:
jub Le coupe est une voitureDecapotable

Field Summary
 
Fields inherited from class heritages.VoitureDecapotable
toitReplie
 
Constructor Summary
Coupe(boolean demarre)
          Permet de créer un coupé démarré ou non
 
Method Summary
 void replieToit()
          Méthode permet d'indiquer comment replier le toit
 
Methods inherited from class heritages.VoitureDecapotable
setDemarre
 
Methods inherited from class heritages.Vehicule
crash, isDemarre
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coupe

public Coupe(boolean demarre)
Permet de créer un coupé démarré ou non

Parameters:
demarre -
Method Detail

replieToit

public void replieToit()
Description copied from class: VoitureDecapotable
Méthode permet d'indiquer comment replier le toit

Specified by:
replieToit in class VoitureDecapotable