If I was going to write my own stack class, but use an array to do so, wouldn't I have to initialize the array to some size in order to do so? But since a stack is virtually unbounded in size, implementing it using an array seems like a bad choice, would you agree?
