Stefi16524

main

May 2nd, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package MobilePhone;
  2.  
  3. public class Main {
  4. public static void main(String[] args) {
  5.  
  6. Battery battery = new Battery("Litieva",20,20);
  7. Screen screen = new Screen(4.7,25000);
  8. Phone nokiaN95 = new Phone("95","Nokia",25.5,battery,screen);
  9.  
  10. System.out.println(nokiaN95.toString());
  11.  
  12. }
  13. }
Advertisement
Add Comment
Please, Sign In to add comment