C# Programming - Collection Classes - Discussion

Discussion Forum : Collection Classes - General Questions (Q.No. 7)
7.
Which of the following statements are correct about the Stack collection?
  1. It can be used for evaluation of expressions.
  2. All elements in the Stack collection can be accessed using an enumerator.
  3. It is used to maintain a FIFO list.
  4. All elements stored in a Stack collection must be of similar type.
  5. Top-most element of the Stack collection can be accessed using the Peek() method.
1 and 2 only
3 and 4 only
1, 2 and 5 only
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.