protected base class members cannot be accessed by:

a. Functions that are neither friends of the base class, derived-class member functions nor friends of a derived class.
b. friends of the base class.
c. Functions that are not derived-class member functions.
d. friends of derived classes.

a. Functions that are neither friends of the base class, derived-class member functions nor friends of a derived class.

Computer Science & Information Technology

You might also like to view...

In Windows Product Activation (WPA), the information in the ID submitted to Microsoft indicates _________

a. System volume serial number b. IP address c. Subnet mask d. System timer

Computer Science & Information Technology

Big O notation describes ________.

a. the amount of memory required by an algorithm. b. the difficulty of writing an algorithm to solve a specific problem. c. an algorithm’s efficiency in terms of the work required to solve a problem. d. the length of an algorithm for solving a specific problem.

Computer Science & Information Technology