Hi all,

I was reading a very old book called C++ FAQ. In reading about the constness of an object. I come across this question

"Does const apply to the object's bitwise state or its abstract state?"

In this question, what is bitwise state and abstract state or observable state.

Thanks in advance.