Question 2
Which of the following is correct about VB.NET?
OVB.NET has complete support for object-oriented concepts.
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.
All objects inherits from the base class Object.
All of the above.
2 pts