Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.16 KB | None | 0 0
  1. public class Smartphone
  2. {
  3.     int id;
  4.     String modelo;
  5.     OS sistema;
  6.  
  7.     public Smartphone(){}
  8.  
  9.     public void OpenCamera()
  10.     {
  11.         this.sistema.InitCamera();
  12.     }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement