I need help with implementation of this class | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

I need help with implementation of this class

1.1 Write a class called Movie and save it in a file called movie.cpp. The general purpose of this class is to store movie related information and perform minimal transactions on the data. This class must have the following:  A data member for storing the name of the movie  A data member for storing the date in which the movie was released, for example “25/06/2013”  A member for storing the length of the movie in minutes  A one dimensional array that stores scores awarded by each of the 4 critics

21st Feb 2018, 7:53 PM
Metsane Jacob
Metsane Jacob - avatar
1 Answer
0
So what's your problem? People will be disinclined to solve your homework for you. Show how far you got, then you might get tips.
21st Feb 2018, 8:09 PM
1of3
1of3 - avatar