Ask you to add some function members to one of the Stack classes in this section. You may use either of the array-based implementations-the static array version or the dynamic array version.
The array-based implementations of stacks in this section impose an upper limit on the maximum size that a stack may have. Write a member function full () for the Stack class that returns true or false according to whether or not the array used to store the stack elements is full.