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.
You might also like to view...
In a database table, field names can be up to ________ characters long
A) 64 B) 128 C) 32 D) 18
To rethrow an exception, the exception handler must:
a. Use the throw; statement. b. Use the throw command with the same parameters as the original exception. c. Return a reference to whatever caused the original exception. d. Not have attempted to process that exception at all.