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

a) A, B, C

Computer Science & Information Technology

You might also like to view...

Under User Account Control (UAC), which of the following tasks can be performed without supplying administrative credentials?

a. Installing critical updates from Windows Update. b. Installing an application. c. Configuring system settings. d. None of the above.

Computer Science & Information Technology

To declare a variable in an event procedure, where most variables are declared, you use the Visual Basic ____ statement.

A. Sub B. New C. Create D. Dim

Computer Science & Information Technology