DEV/BUT1/DEV2.1/TP7-Polymorphisme/EXO1/Vehicule.java

4 lines
67 B
Java
Raw Permalink Normal View History

2024-03-05 12:52:55 +01:00
public interface Vehicule{
int nbRoues();
String sorte();
}