An abstract class is somewhat restricted in how it can be used because

A) it cannot use dynamic binding for its member functions.
B) it cannot use static binding for its member functions.
C) All of its members must be public.
D) the compiler does not allow objects of the class to be created.
E) None of the above


D) the compiler does not allow objects of the class to be created.

Computer Science & Information Technology

You might also like to view...

The ________ class lets you treat string values and variables like other pre-defined data types (such as int).

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

Computer Science & Information Technology

The ________ multithreading header contains classes, a function and an enum that are used together with facilities in header to implement thread synchronization. In particular, condition variables can be used to make threads wait for a specific condition in a program, then to notify the waiting threads when that condition is satisfied.

a. b. c. d.

Computer Science & Information Technology

In a Word document, a(n) ________ is a graphic that can be moved independently of the surrounding text characters

A) inline object B) floating object C) object anchor D) drawing object

Computer Science & Information Technology

Setting the overflow property to the value of "auto" causes scrollbars to appear when there is more content than will fit.

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

Computer Science & Information Technology