Which of the following is not allowed?

a. Objects of abstract classes.
b. Multiple pure virtual functions in a single abstract class.
c. References to abstract classes.
d. Arrays of pointers to abstract classes.

a. Objects of abstract classes.

Computer Science & Information Technology

You might also like to view...

A(n) ________ uses icons to represent commands, programs, and documents

A) icon user interface (IUI) B) picture user interface (PUI) C) image user interface (IUI) D) graphical user interface (GUI)

Computer Science & Information Technology

To create a(n) ____ namespace, you add the following attribute to a document's root element: xmlns:prefix="namespace" where prefix is the prefix you'll use to mark elements in this namespace and namespace is the namespace id.

A. global B. default C. local D. main

Computer Science & Information Technology