a movie operator requires a simple program that will assist him in analyzing movie details. he requires a program that will accept movie details, display details and determine all movies whose actor was also a director. using classes write a c++ program to solve the problem above. you should create a class called movies and member functions with their full definitions outside the class itself
a program creating classes and functions for analysis
Collapse
X
Comment