Multiple choice What is 'Class Declaration space' in VB.NET? It is used to declare the name and accessibility scope of the class. The declared class can implement one or more interfaces. It provides specific directives for the compiler, references to namespaces and classes, and namespace declaration. This space is above the Directive space. 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.