Question: write a C++ program that uses a class named Movie to store the following information about a movie: - Title - Director - Year Released
write a C++ program that uses a class named Movie to store the following information about a movie:
- Title
- Director
- Year Released
- Running time (in minutes)
+ print() : Function that will print the information for this movie in a nice format
Include a constructor that allows all four of these member data values to be specified at the time a Movie variable is created. The program should create four Movie variables and call its print() function to display the movie information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
