I need to "Create an instance of the Stack class with a max size of 50" and
"Create four instances of the PriorityQueue class, each with a max size of 10."
I know how to create an instance of a class, but how do I create them with a max size? It's probably something really simple, but I've searched for about 10 mins without finding relevant info.