Write a class named Cellphone. The class should contain: Three constants named SHORT, MEDIUM, and LONG with the values 10, 20, and 30 to denote the call duration. private data field: call_duration(double). • A public static field numberOfCalls(int) which should count the number of calls made. • A default constructor with no argument. A constructor that creates Cellphone object with the specified data field. • Get and set methods for the data field. • A method named makeCall() that will make a call. • A method named endCall() that will end a call.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter4: More Object Concepts
Section: Chapter Questions
Problem 11PE
icon
Related questions
Question
Task – 1
Write a class named Cellphone. The class should contain:
Three constants named SHORT, MEDIUM, and LONG with the values 10, 20, and 30 to
denote the call duration.
private data field: call_duration(double).
• A public static field numberOfCalls(int) which should count the number of calls made.
• A default constructor with no argument.
• A constructor that creates Cellphone object with the specified data field.
• Get and set methods for the data field.
• A method named makeCall() that will make a call.
A method named endCall() that will end a call.
• A method called getCallDuration() that measures the duration of a call.
a. Draw the UML diagram of Cellphone.
b. Write the class Cellphone in Java.
c. Write a test program that will create an array of x number of Cellphone objects and create
each of them by taking the call_duration from the user where, x = the 5th digit of your NSU ID.
For example, if your ID is 1238765999, then x = 7. If the digit is 0 for your NSU ID, then use the
next digit. Later on, it should output the average call_duration from the array.
Transcribed Image Text:Task – 1 Write a class named Cellphone. The class should contain: Three constants named SHORT, MEDIUM, and LONG with the values 10, 20, and 30 to denote the call duration. private data field: call_duration(double). • A public static field numberOfCalls(int) which should count the number of calls made. • A default constructor with no argument. • A constructor that creates Cellphone object with the specified data field. • Get and set methods for the data field. • A method named makeCall() that will make a call. A method named endCall() that will end a call. • A method called getCallDuration() that measures the duration of a call. a. Draw the UML diagram of Cellphone. b. Write the class Cellphone in Java. c. Write a test program that will create an array of x number of Cellphone objects and create each of them by taking the call_duration from the user where, x = the 5th digit of your NSU ID. For example, if your ID is 1238765999, then x = 7. If the digit is 0 for your NSU ID, then use the next digit. Later on, it should output the average call_duration from the array.
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Unreferenced Objects
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT