Multiple Choice
One should use the collections from the ________ namespace to help specify the exact type that will be stored in a collection.
A) System.Collections
B) System.Collections.Generics
C) System.Collections.Specialized
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q25: Enumerators can be used to modify the
Q26: All arrays implicitly inherit from abstract base
Q27: Which of the following statements is false<br>A)
Q28: Using the collection classes,_.<br>A) programmers can code
Q29: A lambda expression begins with a parameter
Q30: Using a cast operator to assign an
Q31: C# 6's using static directive _.<br>A) converts
Q33: Prepackaged data-structure classes provided by theNET Framework
Q34: foreach is associated with only the IEnumerator
Q35: When specifying a lambda parameter's type and/or