STACKS  Key operations;  Clear() – clears the stack  isEmpty() – Tests if the stack is empty  Push(el) – adds ‘el’ to the top of the stack  Pop()