In VB.NET, objects are instantiated using the NEW keyword. While CREATEOBJECT and GETOBJECT exist for COM/ActiveX interoperability, the standard way to create .NET objects is using NEW. Option D is incorrect because CREATEOBJECT is not for .NET objects.