More Stack Examples

A Stack interface is introduced. Two different implementations of it are given, based on versions we did earlier. Then the PostfixEvaluator is presented again, modified, so that it works with any implementation of the Stack interface. Finally, a Driver is supplied to test all this out with both kinds of stacks.