APL/APL2.1/TP7/Véhicules/Vehicule.java

4 lines
64 B
Java

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