Question: Write a program that uses a class named MovieData to store the following information about a movie: - Title - Director - Year Released -

Write a program that uses a class named MovieData to store the following information about a movie: - Title - Director - Year Released - Running Time (in minutes) Member functions are: - Accessors - Mutators - Input - output The program should create two MovieData objects, store values in their member variables, and display the information stored in each object
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
