Which of the following statements about virtual functions is false?

a. They allow the program to select the correct implementation at execution time.
b. They can use either static or dynamic binding, depending on the handles on which the functions are called.
c. They do not remain virtual down the inheritance hierarchy.
d. They can be called using the dot operator.


c. They do not remain virtual down the inheritance hierarchy.

Computer Science & Information Technology

You might also like to view...

The expression std::multimap< int, double, std::less< int > >::value_type( 15, 2.7 ):

a. Creates an empty multimap object. b. Creates a multimap object containing one key/value pair. c. Returns the number of times the key/value pair ( 15, 2.7 ) appears in the multimap. d. Creates a pair object in which first is 15 (type int) and second is 2.7 (type double).

Computer Science & Information Technology

In business, time between sales transactions, the weight of a package for shipping, and the amount of money a customer spends in any given visit are all examples of ________ variables

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

Computer Science & Information Technology

One common method of thwarting a smartphone thief is not to use the phone to check the time.

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

Computer Science & Information Technology

Fixed layouts are appropriate for webpages used in controlled environments such as those created for a specific purpose within an internal company intranet.?

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

Computer Science & Information Technology