Vidyalelo
C# Programming · Q89

Miscellaneous in C Sharp

Programming · C# Programming · question 89

Q89

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board