Answered You can hire a professional tutor to get the answer.

QUESTION

Design console application that will print the cell phone bill of a customer.

Design console application that will print the cell phone bill of a customer. Make use of an abstract class named cell that contains variables to store the customer name, talk time and price per minute. Create contractor that accepts the customer name, talk time and price per as parameters and create get methods for the variables. The cell must implement an iprintable interface that contains the following :

Public interface iprintable

{

Public void print_bill()

}

Create subclass called cell_billing that extends the cell class. The cell_billing class must contain a contractor to accept the customer name, talk time and price per minute as parameters. Design code for the print_bill method which calculates the total due(talk time *price per minute)

Design a useCell class to instantiate the cell_billing class.

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question