To indicate that a member function of a class is pure virtual,

A) you use the keywords pure virtual.
B) you must put = 0 where the body of the function would go.
C) you must include the header file.
D) All of the above
E) None of the above

B) you must put = 0 where the body of the function would go.

Computer Science & Information Technology

You might also like to view...

Which of the following is FALSE about Word templates?

A) The starting point for a blank Word document is called the Standard template. B) A template has a set of defined settings. C) A template has a predefined document structure. D) All documents are based on a template.

Computer Science & Information Technology

Sometimes people think that the way to increase volume is to add a value (like 1000) to every sample. Write the function fauxIncreaseVolume(sound, increment) to add an input value increment to every sample in an input sound. Try your function with an increment of 1000. Can you hear a difference in the sound? Why or why not?

What will be an ideal response?

Computer Science & Information Technology