Advertisement
Mihailo21

Interfejs

Aug 28th, 2023
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. package priprema;
  2.  
  3. public interface IPredemt {
  4.     public boolean dodajTest(Test t);
  5.     public boolean polozio();
  6.     public int izracunajPoene();
  7. }
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement