Multiple Choice
What is the best way to share functions across more than one project?
A) Create the functions in one project, then copy and paste them into other projects that need them.
B) Place the code for the functions in a module and add that module to each project.
C) Place the code for the functions in the startup form of each project.
D) Place the code inside a main procedure with a public access specifier for each function.
Correct Answer:

Verified
Correct Answer:
Verified
Q10: Which of the following is not true
Q11: When a _form is displayed, no other
Q12: The best way to maintain consistency when
Q13: A module-level variable declared Public is also
Q14: Which of the following statements will display
Q16: What is the result of the following
Q17: Any form in a Windows Forms application
Q18: When creating a form in Visual Basic,
Q19: All of the following are true about
Q20: A form's _event is triggered when the