Multiple Choice
Classes which implement the IEnumerator interface must contain which of the following methods
A.MoveNext
B.Reset
C.Current
D.Reverse
A) A, B, C
B) B, C, D
C) A, B, D
D) A, C, D
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q14: A _ is one way to implement
Q15: In functional programming,you specify _ you want
Q16: To initiate parallel processing,invoke IEnumerable< T >
Q17: Storing everything as objects in a collection
Q18: Which of the following is not a
Q20: Which of the following statements is false<br>A)
Q21: Enumerators must implement the IEnum interface.
Q22: The generic class SortedDictionary takes two type
Q23: Which of the following is not a
Q24: All collection classes in theNET Framework implement