Multiple Choice
How can the Array methods such as BinarySearch() and Sort() be used without constantly referencing the Array class name?
A) Issue a using static System.Array() ; statement.
B) Add include Array.*; to the beginning of your program.
C) Issue a using class Array; statement.
D) Place a copy of the System.dll file in your project.
Correct Answer:

Verified
Correct Answer:
Verified
Q30: When you declare an object, what are
Q31: What can be used to distinguish each
Q32: What type of one-dimensional array contains another
Q33: In C#, what must an array subscript
Q34: What type of search is performed when
Q35: What operator is used for the purpose
Q36: What statement, supported by C#, allows you
Q38: In C#, arrays are objects.
Q39: Describe the main characteristics of two-dimensional arrays.How
Q40: An array that you can picture as