What is a scope ope…
 
Notifications
Clear all

What is a scope operator ?

2 Posts
2 Users
0 Likes
336 Views
0
Topic starter

please explain

2 Answers
0

The :: (scope resolution) operator is used to qualify hidden names so that you can still use them. You can use the unary scope operator if a namespace scope or global scope name is hidden by an explicit declaration of the same name in a block or class.

0

The :: (scope resolution) operator is used to qualify hidden names so that you can still use them. You can use the unary scope operator if a namespace scope or global scope name is hidden by an explicit declaration of the same name in a block or class.

Share: