Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package priprema;
- public interface IPredemt {
- public boolean dodajTest(Test t);
- public boolean polozio();
- public int izracunajPoene();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement