Vidyalelo
C# Programming · Q58

Miscellaneous in C Sharp

Programming · C# Programming · question 58

Q58

Which among the following is the correct way to find out the number of elements currently present in an ArrayListCollection called arr?

A.
arr.Capacity
B.
arr.Count
Answer
C.
arr.MaxIndex
D.
arr.UpperBound

Answer: Option B

Solution

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