If objects of all the classes derived from the same base class all need to draw themselves, the draw function would most likely be declared:

a. private
b. virtual
c. protected
d. friend

b. virtual

Computer Science & Information Technology

You might also like to view...

A(n) ________ is another name for a worksheet

Fill in the blank(s) with correct word

Computer Science & Information Technology

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

1. It is possible for a module to call itself. 2. The term 'callback potential' refers to the number of times a module calls itself. 3. The Fibonacci Series is a well-known mathematical problem that can be solved recursively. 4. The only language that cannot use recursion is Python.

Computer Science & Information Technology