A list at the end of a movie that identifies the people who worked on the movie or sources of information in the movie is referred to as:
A) casting B) acknowledgements
C) actor listing D) credits
D
Computer Science & Information Technology
You might also like to view...
When an object of a derived class is instantiated, the __________ constructor initializes the _________ members.
a. Base class, base class. b. Derived class, base class. c. Base class, derived class. d. Derived class, public.
Computer Science & Information Technology
Is the following loop correct?
for ( ; ; ); a. Yes b. No
Computer Science & Information Technology