public interface Vehicule{
  int nbRoues();
  String sorte();
}