C++
Programming and Technical
What is a scope resolution operator?
Read Solution (Total 1)
-
- :: is the scope resolution operator.
It is used to have an access to the members of the class from outside the class
It is also used to differentiate between local and global scope - 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question