Multiple choice

Which of the following is correct about Module Statement in VB.NET?

  1. It is used to declare the name of a module and introduces the definition of the variables.

  2. It is used to declare the name of an interface and introduces the definitions of the members.

  3. It declares the name, parameters, and code that defines a Function procedure.

  4. It declares the name, parameters and code that define a Sub procedure.

  5. It defines the name of the module and the variables.

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This is correct and it includes the definition of the variables, properties, events and procedures that the module comprises.