The stub of
isFull()
should look like this:
bool Stack::isFull() { }
The
isFull()
method should return
true
when
myTop
equals
myCapacity
.