A pure virtual function

A) is a virtual function that has been completely debugged.
B) is a virtual function that has no implementation.
C) is a virtual function that performs a single task in program.
D) is one that is only called from within a virtual constructor.
E) None of the above


B) is a virtual function that has no implementation.

Computer Science & Information Technology

You might also like to view...

A CIFS client uses a(n) ________ to obtain exclusive access to a remote file, ensuring that the client can cache data locally and maintain cache coherency.

a) spin lock b) cache lock c) opportunistic lock d) network lock

Computer Science & Information Technology

Web servers usually run applications such as PHP, ASP, and Java

Indicate whether the statement is true or false.

Computer Science & Information Technology

If you encounter a problem, the Windows ________ feature can take your system back in time to a point where it was working properly

A) System Restore B) Chkdsk C) Disk Scan D) Defrag

Computer Science & Information Technology

If the variable named ANSWER has a value of 1, what will be output after the instructions corresponding to the following pseudocode are executed?

``` IF ANSWER = 1 THEN Write “Hello” (ELSE) ENDIF IF ANSWER = 2 THEN Write “Goodbye” ELSE Write “Good day” ENDIF ``` a) Hello b) Goodbye c) Good day d) both a and c

Computer Science & Information Technology