Which of the following is correct about VB.NET?
(a)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.
(d)All of the above