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:

Verified
Correct Answer:
Verified
Related Questions
Q24: Because variables hold only single values, they
Q25: An array's Length property is read-only, so
Q26: You access the individual elements in an
Q27: If you provide an initialization list when
Q28: When you process a(n) _, you must
Q30: Which one of the following assignment statements
Q31: You can store a variety of data
Q32: The _ creates an object in memory
Q33: A(n) _ is an object that can
Q34: Which one of the following statements correctly