MCSD Visual Basic Desktop



 
   

A. The variable used can reference any type of object

B. In the development environment, you can use the VB's IntelliSense technology to automatically see a list of properties and methods of the object

C. Object references are resolved more quickly

D. The New keyword can be used to define the object variable and assign a reference to a new object in the same statement

E. You can trap events triggered by the object