- create and initialize: a stack is empty when first created
- delete: delete the stack and all its contents
- is empty: is the container empty?
- push: add an item to a stack container
- pop: remove an item from a stack container
Copyright © 2006-10-23 by Tak Auyeung