Define a class named Movie. Include private fields for the title, year, and name of the director. Include three public functions with the prototypes void Movie::setTitle(string);, void Movie::setYear(int);, and void setDirector(string);. Include another function that displays all the information about a Movie. Write a main()function that declares a movie object named myFavoriteMovie. Set and display the object’s fields. Save the file as Movie.cpp.
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.