โช Choose the correct option.
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.