Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

OBJECT ORIENTED PROGRAMMING LESSON LABORATORY EXERCISE - 1 0 Problem: Create the classes and interfaces on the UML class diagram. Create an arraylist and add

OBJECT ORIENTED PROGRAMMING LESSON
LABORATORY EXERCISE-10
Problem: Create the classes and interfaces on the UML class diagram.
Create an arraylist and add 10 mobilephone objects with different properties. For Example different os, different brand etc.
From 3 to all other sections create different for loops to print and place --- mark to seperate the results of the operations.
Call all mobilephone object's toString method. (In this case toString method of Computer is inherited)
Call all mobilephone object's camera object's toString method.
Call all mobilephone object's camera object's brand property.
Call all mobilephone object's os property.
Call all mobilephone object's makeCall method.
Call all mobilephone object's playVideo method.
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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

7. Identify six intercultural communication dialectics.

Answered: 1 week ago