fin
This commit is contained in:
5
DEV2.1/Polymophisme/ex1/Vehicule.java
Normal file
5
DEV2.1/Polymophisme/ex1/Vehicule.java
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
public interface Vehicule {
|
||||
String sorte();
|
||||
int nbRoues();
|
||||
}
|
||||
Reference in New Issue
Block a user