Question: in java 1) Create an arraylist and add 10 mobilephone objects with different properties. For Example different os, different brand etc. 2) From 3 to
1) Create an arraylist and add 10 mobilephone objects with different properties. For Example different os, different brand etc. 2) From 3 to all other sections create different for loops to print and place ... mark to seperate the results of the operations. 3) Call all mobilephone object's toString method. (In this case toString method of Computer is inherited) 4) Call all mobilephone object's camera object's toString method. 5) Call all mobilephone object's camera object's brand property. 6) Call all mobilephone object's os property. 7) Call all mobilephone object's makeCall method. 8) Call all mobilephone object's playVideo method. 9) Call all mobilephone object's pauseVideo method. Extra Question: Create the classes according to the following UML diagram: - Create a bus object and create 40 different seat objects for the bus. Assign id numbers from 1 to 40 to in sequential order. - Require user to reserve seat with id number. If id number is available then require name of the owner of the seat and reserve it. Otherwise print an error message. To reserve the seat call makeReservation method, to delete the reservation call deleteReservation method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
