API partielle

This commit is contained in:
2022-10-19 15:33:42 +02:00
parent 10bd78c4af
commit ec80b6c454
29 changed files with 3055 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
public interface MonPrint{
/**
* Fonctionne comme ToPrint() sauf car une interface n'a pas le droit de faire un override sur ToPrint();
*/
public String monPrint();
}