What class access modifier can be used to indicate that access to the class is limited to the class and to any classes derived from the class?

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

Answer: C

Computer Science & Information Technology

You might also like to view...

The ____ memory of a computer is composed of memory locations.

A. external B. hidden C. internal D. special

Computer Science & Information Technology

What is the complexity of a selection sort?

A. O(n2) B. O(n) C. O(log2n) D. O2

Computer Science & Information Technology