- enqueue Inserts an element at the end of the queue
- dequeue Displays and deletes an element from the front of the queue
- rear Displays the last element of the queue
- front Displays the first element of the queue
- isEmpty Returns true if the queue is empty and false otherwise
- isFull Returns true if the queue is full and false otherwise