Multiple choice

The _____________ operator is used to define a member function outside the class declaration using the class name.

  1. ::

  2. '*'

  3. '&'

  4. '=='

  5. '!'

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

This operator is used to define a member function outside the class declaration using the class name.