For a base class to give access to a member to its derived class and still prevent its direct access outside the class, you must declare that member under the member access specifier ____.

A. private
B. protected
C. public
D. shared


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following methods would you use to convert a list of Unicode values into a string containing the corresponding characters?

a) charAt b) charCodeAt c) fromCharCode d) UCodeToChar

Computer Science & Information Technology

The ________ function evaluates all the values in a range and then returns the highest value

A) HIGH B) MAX C) MAXIMUM D) HIGHEST

Computer Science & Information Technology

A cell ________ color is also known as the background color

A) fill B) style C) grid D) shading

Computer Science & Information Technology

____ is helpful when you need to perform a complex what-if analysis involving multiple input values

A. Solution B. Finder C. Locator D. Solver

Computer Science & Information Technology