Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

I have a C + + assignment, i need to create a movies and series platform, with . h and . cpp files. I included

I have a C++ assignment, i need to create a movies and series platform, with .h and .cpp files. I included a photo of how the menu should look, it should read a .csv file with all the movies and series to make a catalogue.Menu:
Load data file
Show the videos in general with a certain rating
Show videos in general with a certain genre
Show the episodes of a certain series with a certain rating
Show movies with a certain rating
Rate a video (Request Title to be rated and Request value awarded)
See movie and series information
0. Go out
Enter an option: 1
The data file has been uploaded successfully.
We want to work with two types of videos: movies and series. Every video has an ID, a name, a duration, and a genre (drama, action, mystery).
Series have episodes, and each episode has a title and the season to which it belongs.
We are interested in knowing the average rating that each of the videos has received. This rating is on a scale of 1 to 5, where 5 is the best rating.
The system should be capable of:
- Displaying videos in general with their ratings
- Displaying the episodes of a specific series with their ratings
- Displaying movies with their ratings
What would be the class diagram that represents the described situation?
How would you use Object-Oriented Programming concepts such as inheritance, polymorphism, and operator overloading to build the class system that would facilitate the solution to the problem?
Could you build an application that takes information about the different types of videos and generates reports such as: movies of a certain genre, series of a certain genre, movies with their ratings?
image text in transcribed

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

Climate And Environmental Database Systems

Authors: Michael Lautenschlager ,Manfred Reinke

1st Edition

ISBN: 1461368332, 978-1461368335

More Books

Students also viewed these Databases questions

Question

explain what is meant by redundancy

Answered: 1 week ago