A. Shared members belong to the type but not to any instance of a type B. They can be accessed without creating an instance of the type. C. They can be accessed using the type name D. They are accessed using instance name Ans:D
A. A delegate is a strongly type function pointer B. It is a type-safe function pointer C. Delegates are used to create associations between events and event handlers in VB.NET D. All of the above statements are correct for a delegate Ans:D