For a particular function somefunc of a base class called SomeBaseClass, where somefunc has one integer parameter called x and returns a float, we wish to enforce dynamic binding on the name of the object for which this function is called (for this class and all derived classes that override the function. The function prototype of somefunc in SomeBaseClass might look like this:

A. dynamic float somefunc( int x );
B. dynamic_bind float somefunc( int x );
C. virtual float somefunc( int x );
D. protected float somefunc( int x );


C

Computer Science & Information Technology

You might also like to view...

When multiple data files are open in a single application, you can ____________________ the mouse pointer over the task bar button to see a preview of the files and select the one you want.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The Reset Picture option can restore an image to its original settings

Indicate whether the statement is true or false

Computer Science & Information Technology

When the border of a shape in a SmartArt graphic appears as a series of dashes (----- ), the ________ can be edited

Fill in the blank(s) with correct word

Computer Science & Information Technology

Which of the following wireless standards allows for increased bandwidth by allowing channel bonding?

A. 802.11g B. 802.11a C. 802.11b D. 802.11n

Computer Science & Information Technology