The C++ compiler makes objects take up more space in memory if they:

a. Are derived from base classes.
b. Have virtual functions.
c. Have only protected members.
d. Are referenced by pointers.

b. Have virtual functions.

Computer Science & Information Technology

You might also like to view...

For an array containing 2, 3, 5, 6, 9, 13, 16, and 19, what value does a recursive binary search algorithm return when it searches for 6?

a. 1 b. 3 c. 4 d. none of the above

Computer Science & Information Technology

A(n) __________ program or program module does NOT modify itself.

a. structured b. reentrant c. object-oriented d. interpreted

Computer Science & Information Technology