1.

Which is the correct statement about an ArrayList collection that implements the IEnumerable interface?

A. To access members of ArrayList from the inner class, it is necessary to pass ArrayList class reference to it
B. The inner class of ArrayList can access ArrayList class members
C. The ArrayList class consist of inner class that implements the IEnumerator interface
D. All of the mentioned
Answer» E.


Discussion

No Comment Found