Multiple choice

What is 'Class Declaration space' in VB.NET?

  1. It is used to declare the name and accessibility scope of the class.

  2. The declared class can implement one or more interfaces.

  3. It provides specific directives for the compiler, references to namespaces and classes, and namespace declaration.

  4. This space is above the Directive space.

  5. It declares the name and accessibility scope of the class and method.

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

Class declaration comes immediately after the class is named and its access and utility are provided.