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

4 lines
64 B
Java
Raw Permalink Normal View History

2022-03-28 15:37:13 +02:00
public interface Vehicule {
String sorte();
int nbRoues();
}