Solved

Which One of the Following Statements Creates a List Object

Question 66

Multiple Choice

Which one of the following statements creates a List object, named friendsList, that can be used to hold strings?


A) string friendsList = new List<string>;
B) <List> friendsList(string) ;
C) List<string> friendsList = new List<string>;
D) List<string> friendsList = new List<string>() ;

Correct Answer:

verifed

Verified

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

Related Questions