Assume the function AdvertisingRatio is a pure virtual function. Which prototype would a programmer use in the class declaration for the class Media?

A. void virtual AdvertisingRatio() = 0;
B. virtual void AdvertisingRatio()
C. virtual void AdvertisingRatio() = 0;
D. void Media::AdvertisingRatio() = 0;

C

Computer Science & Information Technology

You might also like to view...

In Visual Basic, structures are declared using the keyword:

a) Class b) Structure c) Struct d) None of the above

Computer Science & Information Technology

Given a choice, most technical documents are written in past tense.

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

Computer Science & Information Technology