Question 1  of   20

The Push method of the Stack class

A. returns an element that is at the top of the Stack but does not remove it from the Stack.
B. removes all objects from the Stack.
C. inserts an element at the top of the Stack.
D. removes an element from the top of the Stack.