Abstract classes:

a. Contain at most one pure virtual function.
b. Can have objects instantiated from them if the proper permissions are set.
c. Cannot have abstract derived classes.
d. Are defined, but the programmer never intends to instantiate any objects from them.

d. Are defined, but the programmer never intends to instantiate any objects from them.

Computer Science & Information Technology

You might also like to view...

In Access, macros are created using the Macro ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

To draw shapes or strings, you must specify the ________ to be used.

a) Brush or Pen b) opacity and dithering c) PaintBucket or Pencil d) Color and PrintPage e) None of the above.

Computer Science & Information Technology