Question: Need this done ASAP 92 bioV Exercise 5 [40 points] Consider the following class ItemReview and class Inventoryltem: class ItemReview biov public: // constructor ItemReviewf):

Need this done ASAP

Need this done ASAP 92 bioV Exercise 5 [40 points] Consider thefollowing class ItemReview and class Inventoryltem: class ItemReview biov public: // constructor

92 bioV Exercise 5 [40 points] Consider the following class ItemReview and class Inventoryltem: class ItemReview biov public: // constructor ItemReviewf): _starRating(o), _comment()0 // get functions int getStarRating() const; string getReviewComment() const // set functions void setstarRatingint k); void setReviewCommentistring c; // destructor "ItemReview) ) private: int_starRating; // holds the number of stars, user rating, for a given item or product string_comment;// holds the user comment l: class Inventoryltem public: // constructor Inventoryltem():_ID(O0), _description "no name"),_onHand(o) // get functions int getltemID() const; string getltemDescription() cons; int getltemAvailability() const; // set functions

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!