Streaming service model using object-oriented programming principles to rate movies and series.
Designed methods for users to rate individual movies and series episodes, with functionality to calculate and display the average rating for a movie or series' episode.
Utilized classes and inheritance to systematically organize movies and series by unique IDs, leveraging polymorphism to efficiently access and process data.
Incorporated a database to store and retrieve detailed information about movies and series.