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...

When objects are moved into custom groups, they display in _________ order within each object type

Fill in the blank(s) with correct word

Computer Science & Information Technology

what will be the output of a postorder traversal of the resulting tree? a. 3 10 16 23 19 17 34

If you add the following nodes to a binary search tree in the order they appear (left-to-right): a. 3 10 16 23 19 17 34 6 b. 3 6 17 16 10 19 23 34 c. 6 3 34 17 16 10 19 23 d. 10 16 23 19 17 34 3 6

Computer Science & Information Technology