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 the](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3949910610_32066f39498605c7.jpg)

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
Get step-by-step solutions from verified subject matter experts
