How to access (isEmpty()) function in c++ using queue if its private?

前端 未结 0 1660
独厮守ぢ
独厮守ぢ 2021-02-20 13:03

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题