Home / C# Programming / Collection Classes :: Discussion

Discussion :: Collection Classes

  1. Which of the following is the correct way to find out the number of elements currently present in an ArrayList Collection called arr?

  2. A.
    arr.Count
    B.
    arr.GrowSize
    C.
    arr.MaxIndex
    D.
    arr.Capacity
    E.
    arr.UpperBound

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment