Home » C# Programming » Collection Classes

Which of the following statements are correct about the Stack collection? It can be used for evaluation of expressions. All elements in the Stack collection can be accessed using an enumerator. It is used to maintain a FIFO list. All elements stored in a Stack collection must be of similar type. Top-most element of the Stack collection can be accessed using the Peek() method.

Correct Answer: 1, 2 and 5 only

← Previous Question Next Question→

More Questions from Collection Classes

Discussion & Comments

No comments yet. Be the first to comment!
Join Discussion