subject

The talk-a-lot cell phone company provides phone services for its customers. create an abstract class named phonecall that includes a string field for a phone number and a double field for the price of the call. also include a constructor that requires a phone number parameter and that sets the price to 0.0. include a set method for the price. also include three abstract get methods—one that returns the phone number, another that returns the price of the call, and a third that displays information about the call. create two child classes of phonecall: incomingphonecall and outgoingphonecall. the incomingphonecall constructor passes its phone number parameter to its parent’s constructor and sets the price of the call to 0.02. the method that displays the phone call information displays the phone number, the rate, and the price of the call (which is the same as the rate). the outgoingphonecall class includes an additional field that holds the time of the call in minutes. the constructor requires both a phone number and the time. the price is 0.04 per minute, and the display method shows the details of the call, including the phone number, the rate per minute, the number of minutes, and the total price. write an application that demonstrates you can instantiate and display both incomingphonecall and outgoingphonecall objects. save the files as phonecall. java, incomingphonecall. java, outgoingphonecall. java, and demophonecalls. java.

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 17:00, joshualoz5414
Acase study allows a more detailed look at the life of a single subject than any other study.
Answers: 3
image
Computers and Technology, 22.06.2019 18:30, cascyrio2002
What is outfitting a workplace with video in a technology
Answers: 2
image
Computers and Technology, 23.06.2019 10:00, thezbell
What is estimated time of arrival (eta)? a device that measures the acceleration (the rate of change of velocity) of an item and is used to track truck speeds or taxi cab speeds a gps technology adventure game that posts the longitude and latitude location for an item on the internet for users to find a north/south measurement of position the time of day of an expected arrival at a certain destination and is typically used for navigation applications
Answers: 3
image
Computers and Technology, 23.06.2019 14:30, qveenvslayin
The basic work area of the computer is it screen that you when you first fire up your computer
Answers: 1
You know the right answer?
The talk-a-lot cell phone company provides phone services for its customers. create an abstract clas...

Questions in other subjects: