Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package MobilePhone;
- public class Main {
- public static void main(String[] args) {
- Battery battery = new Battery("Litieva",20,20);
- Screen screen = new Screen(4.7,25000);
- Phone nokiaN95 = new Phone("95","Nokia",25.5,battery,screen);
- System.out.println(nokiaN95.toString());
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment