Create a Receipt class that could be used by a retail store. Items to include as data members are receipt number, date of purchase, customer number, customer name and address, customer phone number,...


Create a Receipt class that could be used by a retail store. Items to include as data members are receipt number, date of purchase, customer number, customer name and address, customer phone number, item number, description, unit price, and quantity purchased. For simplicity, you may assume each receipt is for a single ticket item and contains a single item number. Include appropriate constructors and properties plus an additional method that calculates the total cost using the quantity and unit price. Override the ToString ( ) method to return the information about the customer (name and phone number) and the total cost of the item purchased. Create a second class to test your Receipt class.

Nov 24, 2021
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here