Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /*
  2. * To change this license header, choose License Headers in Project Properties.
  3. * To change this template file, choose Tools | Templates
  4. * and open the template in the editor.
  5. */
  6.  
  7. /**
  8. *
  9. * @author AMD
  10. */
  11. public interface Smartphone {
  12.  
  13. public String panggilan();
  14. public String sms();
  15. public String wifi();
  16. public String sinyal();
  17. public String internet();
  18. public String kamera();
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement