Multiple choice The scope resolution operator resolved ambiguity by specifying a particular class limits the visibility of variables informs which base class is derived 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.