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...
Images that are used to communicate moods in e-mails and instant messaging are referred to as ________
A) frown icons B) emotional text C) emoticons D) smiley icons
Computer Science & Information Technology
Which of the following is NOT an example of a processor?
A) Athlon B) BIOS C) Celeron D) Turion
Computer Science & Information Technology