Make a class named order that performs order processing

Assignment Help Computer Engineering
Reference no: EM1332177

Create a class named Order that performs order processing of a single item that sells for $19.99 each.

Create 4 Order class fields: order number, customer name, quantity ordered, and total price. Create public accessors for each field except total price.

Create an Order class constructor that takes parameters for all of the class fields except total price.

The total price field is calculated as quantity ordered times unit price (19.95) whenever the quantity is set, so it only needs a get accessor (read only). total = quantity * PRICEEACH

Create an (override) Equals() method that determines two Orders are equal if they have the same order number.

Create an (override) GetHashCode() method that returns the order number.

Create an (override) ToString() method that returns a string containing all order information.

Create a ShippedOrder class that derives from Order.

A ShippedOrder has a $4.00 shipping fee regardless of how many times it is ordered so each total order must add $4.00 to the total. total = quantity * PRICEEACH + SHIPPING_FEE

Override any any methods in the parent class as necessary.

In Main:

Create an array of five ShippedOrder objects.

Prompt the user for values for each Orders object; do NOT allow duplicate order numbers and force the user to reenter the order when a duplicate order number is entered.

ShippedOrder objects should be sorted by order number before they are displayed.

When the five valid orders have been entered, display them all plus a total of all orders.

Internal Documentation.

Note that you will be overriding three object methods in the Order class and at least one of those in the ShippedOrder class. In the ShippedOrder class you will also need to override the Quantity accessor/property. Don't forget about IComparable.

An example of program output might look like this:

Enter order number 500
Enter customer name Johnson
Enter quantity 2
Enter order number 200
Enter customer name Olson
Enter quantity 1
Enter order number 200
Sorry, the order number 200 is a duplicate.
Please reenter 100
Enter customer name Jensen
Enter quantity 8
Enter order number 300
Enter customer name Swensen
Enter quantity 2
Enter order number 400
Enter customer name Olafsun
Enter quantity 4

Summary:

ShippedOrder 100 Jensen 8 @$19.95 each. Shipping is $4.00
Total is $163.60
ShippedOrder 200 Olson 1 @$19.95 each. Shipping is $4.00
Total is $23.95
ShippedOrder 300 Swensen 2 @$19.95 each. Shipping is $4.00
Total is $43.90
ShippedOrder 400 Olafsun 4 @$19.95 each. Shipping is $4.00
Total is $83.80
ShippedOrder 500 Johnson 2 @$19.95 each. Shipping is $4.00
Total is $43.90

Total for all orders is $359.15
Press any key to continue . . .

Reference no: EM1332177

Questions Cloud

Effect of global cultures-differences and communication : What kind of verbal and nonverbal communication might be used in international corporations and What are the strengths and weaknesses of each type of communication and How does culture affect each type of communication
Make a windows form program for a nina''s cookie source : contain at least one other functional control such as a button (Exit button) or a MenuStrip having an Exit and an About selection.
Employment test reliability : Write the Importance of Employment Test Reliability.
Illustrate what will be the percent change in hotdog sales : Illustrate what will be the percent change in hotdog sales if the price of hamburgers goes up by 10%.
Make a class named order that performs order processing : build 4 Order class fields: order number, customer name, quantity ordered, and total price. Create public accessors for each field except total price.
Explain how the concepts of total utility-marginal utility : Explain how the concepts of total utility, marginal utility, and utility maximization.
The fundamental principles of learning : Write the  fundamental principles of learning and explain  how are they involved in organizations?
Analyze and explain the human resource of tsmc : Analyze Case of Taiwan Semiconductor Manufacture Company - Case Study of Taiwan Semiconductor Manufacture Company
Create a program generates a 3-digit random number 100 times : Write down a C# application that generates a 3-digit random number 100 times. Display the output for each of the generated numbers and the sum of all 100 numbers. Every 10th number you should display a String consisting of a any phrase of your cho..

Reviews

Write a Review

Computer Engineering Questions & Answers

  Designing a solution to the problem

Designing a solution to the problem and implementing the design using principles of correct syntax

  Relational algebra tree for queries

Sketch a relational algebra tree (RAT) for each of queries and use the heuristic rules to convert the queries into a more efficient form. Describe each step and state any transformation rules utilized in the process.

  Why the technique is called a bubble sort

Write down a program that implements a method that receives an array parameter and sorts that array using the bubble-sort algorithm.. why The technique is called a bubble sort.

  Implementing an intrusion detection system

Your company is trying to decide whether to implement an intrusion detection system (IDS), or an intrusion prevention system (IPS).

  Execute a class person with two fields name and age

Execute a class Person with two fields name and age.

  Make table to be a pointer to pointer of type double

make table to be a pointer to pointer of type double.

  Designing an inventory management system

Xhemrock is a brake pad manufacturing company. This company utilizes the raw materials, like carbon powder, ash, iron, and resin. It wishes to design an inventory management system which will have the following attributes: The system must store th..

  What is the key for table t

What is the highest normal form for table T explain.

  How to create program that performs arithmetic function

How to create program that performs arithmetic function Prompt a user for values for the variables. Pass both variables to methods named sum() and difference().

  Researching intrusion detection systems

Utilize the Internet in order to research the intrusion detection systems. Explain the network which could benefit from your solution.

  Implementing the stack using dynamically allocated array

Write down the C++ class which implements the stack utilizing the dynamically allocated array. The initial size of the particular stack must be evaluated when it is generated.

  Explain examples of type of knowledge industry

Explain examples of type of knowledge industry

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd