The base class's ________ affects the way its members are inherited by the derived class.

A) name
B) return data type
C) access specification
D) both A and B
E) None of the above


C) access specification

Computer Science & Information Technology

You might also like to view...

What GridBagConstraints constants can be used in place of gridx and gridy?

a. RELATIVE and REMAINDER. b. CENTER and BOTH. c. NORTH and SOUTH. d. FILL and NONE.

Computer Science & Information Technology

What is the “Big O” an example of?

a. Algorithm complexity notation b. Sorting algorithm c. Data structure d. String matching algorithm

Computer Science & Information Technology

Which of the following dimensions indicates a table with four columns and six rows?

A. 4 X 6 B. 6 X 6 C. 4 X 4 D. 6 X 4

Computer Science & Information Technology

When an object is instantiated (created), each property must be assigned a value by the programmer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology