Which Is The Correct Statement About An Arraylist Collection #697
Which is the correct statement about an ArrayList collection that implements the IEnumerable interface?
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Collection Classes - Quiz No.1.
Which is the correct statement about an ArrayList collection that implements the IEnumerable interface?
To access members of ArrayList from the inner class, it is necessary to pass ArrayList class reference to it
The inner class of ArrayList can access ArrayList class members
The ArrayList class consist of inner class that implements the IEnumerator interface
All of the mentioned