We are asked to change the isEmpty and isFull function to private. It was declared at first as public with bool isEmpty(); and bool isFull(); how to declare that with private? a