Solved

Which One of the Following Declares a List Variable and Creates

Question 33

Multiple Choice

Which one of the following declares a List variable and creates a List object at the same time.


A) New lstNames As List Of String
B) lstNames As String Object
C) Dim lstNames As New String
D) Dim lstNames As New List(Of String)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions