Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. /*
  2. * To change this template, choose Tools | Templates
  3. * and open the template in the editor.
  4. */
  5. package com.SmartPhone.InterFace;
  6.  
  7. /**
  8. *
  9. * @author user1
  10. */
  11. public interface Smartphone {
  12.  
  13. public String Wifi();
  14. public String Sinyal();
  15. public String Camera();
  16. public String Sms();
  17. public String Internet();
  18. public String Panggilan();
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement