Which of the following symbol is used to define member functions outside the class?

169. Which of the following symbol is used to define member functions outside the class?

  1. Colon.
  2. Semicolon.
  3. Scope Resolution operator.
  4. None of the above

Answer: C) Scope Resolution operator.

Explanation:

The scope resolution operator ( :: ) symbol is used to define member functions outside the class.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.