Consider Class Movie Information Movie Class Following Attributes Movie Name Mpaa Rating E Q37124430

Consider a class Movie that information about a movie. The classhas the following attributes:

• The movie name

• The MPAA rating (for example, G, PG, PG-13, R)

• The number of people that have rated this movie as a 1(Terrible)

• The number of people that have rated this movie as a 2(Bad)

• The number of people that have rated this movie as a 3(OK)

• The number of people that have rated this movie as a 4(Good)

• The number of people that have rated this movie as a 5(Great)

Implement the C ++ class with accessor (getter) and mutator(setter) functions for the movie name

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.