When working with multiple forms, use the ____________ to change the name of the Form1.cs file to something more meaningful.

a. Standard Toolbar
b. Toolbox
c. Solution Explorer
d. Component Tray

c. Solution Explorer

Computer Science & Information Technology

You might also like to view...

Printing a two dimensional array:

a. Is the same as printing a one-dimensional array. b. Must have a carriage return after printing each row, instead of after each element. c. Is printed in a single loop. d. Does not need a carriage return.

Computer Science & Information Technology

This is used to protect important data.

A) default constructor
B) class protection operator
C) protect() member function
D) public access specifier
E) private access specifier

Computer Science & Information Technology