Multiple choice

The scope resolution operator

  1. resolved ambiguity by specifying a particular class

  2. limits the visibility of variables

  3. informs which base class is derived

  4. ensures copying data types

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The scope resolution operator (::) is used to specify which class or namespace a member belongs to, thereby resolving ambiguity when multiple entities share the same name.