1)What is the purpose of the scope resolution operator in C ++? Illustrate.
2)In C ++, which functions can access private data of a class?
3)How is it possible, in a class context, declare a function that doesn't change, to be invoked, the data members of the object?