Advertisement
Guest User

Untitled

a guest
May 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. interface Tempomati{
  2.  
  3. abstract boolean kaTempomat();
  4.  
  5. }
  6.  
  7.  
  8.  
  9. public class Limbo extends Automjeti{
  10.  
  11. private String ngjyra;
  12.  
  13. public Limbo(String p, int c, String n){
  14. super(p, c);
  15. ngjyra = n;
  16. }
  17.  
  18. public boolean eshteAutomatik(){
  19. return true;
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement