Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

THIS IS REQUIRED TO BE WRITTEN IN C++ PLEASE. Write a class named RetailItem that holds data about an item in a retail store. The

THIS IS REQUIRED TO BE WRITTEN IN C++ PLEASE.

Write a class named RetailItem that holds data about an item in a retail store. The class should have the following member variables:

description. A string that holds a brief description of the item. unitsOnHand. An int that holds the number of units currently in inventory. price. A double that holds the item's retail price.

Write a constructor that accepts arguments for each member variable, appropriate mutator functions that store values in these member variables, and accessor functions that return the values in these memeber variables. Once you have written the class, write a separate program that creates three RetailItem objects and stores the following data in them.

Item# Description Units On Hand Price
1 Jacket 12 59.95
2 Designer Jeans 40 34.95
3 Shirt 20 24.95

If you are able to input validate, please do.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Relational Database Design With Microcomputer Applications

Authors: Glenn A. Jackson

1st Edition

0137718411, 978-0137718412

More Books

Students also viewed these Databases questions

Question

1. Identify the sources for this conflict.

Answered: 1 week ago

Question

3. The group answers the questions.

Answered: 1 week ago