Which Among The Following Is The Correct Way To Find Out The #695
Which among the following is the correct way to find out the number of elements currently present in an ArrayListCollection called arr?
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 among the following is the correct way to find out the number of elements currently present in an ArrayListCollection called arr?
arr.Capacity
arr.Count
arr.MaxIndex
arr.UpperBound