Solved

Which One of the Following Statements Correctly Creates a List

Question 29

Multiple Choice

Which one of the following statements correctly creates a List object named friendsList that holds 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