The first thing we want to do is setup the class with the data structure.
Here we have one instance variable "elements"
In pseudocode we only need to list ivars in comment.
class QueryArray {
// -----------------------------------------------------//Instance Variables (Ivars)//this.elements -- a fixed array holding the elements
}