Member function definitions:

a. Always require the scope resolution operator (::).
b. Require the scope resolution operator only when being defined outside of the definition of their class.
c. Can use the scope resolution operator anywhere, but become public functions.
d. Must use the scope resolution operator in their function prototype.


b. Require the scope resolution operator only when being defined outside of the definition of their class.

Computer Science & Information Technology

You might also like to view...

The three ways to return control from a called method to a caller are _____________ , ____________ and _____________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Why would a function prototype contain a parameter type declaration such as double &?

What will be an ideal response?

Computer Science & Information Technology

Which of the following is a program advertised as performing one activity but actually does something else?

A. worm B. rootkit C. Trojan D. virus

Computer Science & Information Technology

Which of the following is NOT considered a function of an operating system?

A) Maintaining file integrity B) Creating application files C) Creating a standard for naming files and folders D) Providing security for the operating system

Computer Science & Information Technology