Already have an account? Get multiple benefits of using own account!
Login in your account..!
Remember me
Don't have an account? Create your account in less than a minutes,
Forgot password? how can I recover my password now!
Enter right registered email to receive password!
Create a class named Order that performs order processing of a single item that sells for $19.95 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 . . .
Declaring a child class:
public class Fiction : Book //for extending classes, you must use a single colon between the derived class name and its base class name { private: //put your private data members here! public: //put your public methods here! }
NOTE: when you instantiate an object of Fiction child class, you will inherit all the data members and methods of the Book class
identifies the cost of computer components to configure a computer system (including all peripheral devices where needed) for use in one of the following four situations:
Compare how the gestures data is generated and represented for interpretation in each of the following input devices. In your comparison, consider the data formats (radio waves, electrical signal, sound, etc.), device drivers, operating systems suppo..
Assignment : Cores on Computer Systems: Differentiate between multiprocessor systems and many-core systems in terms of power efficiency, cost benefit analysis, instructions processing efficiency, and packaging form factors.
Prepare working solutions in Excel that will manage the annual budget
Research paper in relation to a Software Design related topic
Describe the forest, domain, OU, and trust configuration for Bluesky. Include a chart or diagram of the current configuration. Currently Bluesky has a single domain and default OU structure.
Construct a truth table for the Boolean expressions ABC + A'B'C' ABC + AB'C' + A'B'C' A(BC' + B'C)
Evaluate the cost of materials
Depending on how comfortable you are with using the MARIE simulator after reading
What is the main advantage of using master pages. Explain the purpose and advantage of using styles.
Explain the two approaches to packet delivery by the network layer in Distributed Systems. Describe the three fundamental models of Distributed Systems
Distinguish between caching and buffering The failure model defines the ways in which failure may occur in order to provide an understanding of the effects of failure. Give one type of failure with a brief description of the failure
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!
whatsapp: +1-415-670-9521
Phone: +1-415-670-9521
Email: [email protected]
All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd