Create a Receipt class that could be used by an automobile parts store. Items to include as

Question:

Create a Receipt class that could be used by an automobile parts 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 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.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: