Problem #501 C++ using OBJECT ORIENTED PROGRAMMING

Write a Java program to create a class called "Movie" with attributes for title, director, actors, and reviews, and methods for adding and retrieving reviews.

Your Solution