Que: 122. Which of the following is correct about VB.NET?
a. VB.NET has complete support for object-oriented concepts. VB.NET has complete support for object-oriented concepts.
b. Everything in VB.NET is an object, including all of the primitive types (Short, Integer, Long, String, Boolean, etc.) and user-defined types, events, and even assemblies.
c. All objects inherits from the base class Object.
Que: 124. Which of the following accesss modifier specifies that a declared programming element redeclares and hides an identically named element, or set of overloaded elements, in a base class?
Que: 125. Which of the following statement declares the name of a class and introduces the definition of the variables, properties, events, and procedures that the class comprises?