Which one of the following statements correctly creates a List object named friends List that holds strings?

a. string friends List = new List;
b. friends List(string);
c. List friends List = new List;
d. List friends List = new List();


d. List friends List = new List();

Computer Science & Information Technology

You might also like to view...

Answer the following questions true (T) or false (F)

1. If I just write code, it is not in any namespace. 2. The scope of a using directive or using declaration is from its position in the block to the end of the program.

Computer Science & Information Technology

Which of the following types does the IOS file system use to represent logical internal file systems for the convenience of internal functions and commands?

A) Opaque B) Network C) Disk D) Usbflash E) NVRAM

Computer Science & Information Technology

To generate a hardcopy, you ____________________ a project.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When usingdl, ____ marks the term or item being described.

A. dt B. dd C. di D. ds

Computer Science & Information Technology