Lab 09: Hint
The stub of isEmpty()
should look like this:
bool Stack::isEmpty() const {
}
The isEmpty()
method should return true when mySize
equals zero, and should return false otherwise.
Warning - this is not the newest version of this course!