Can you have more than one parent class for inheritance?

A. No.
B. Yes, use semi-colons to separate each parent class.
C. Yes, declare each parent class on a separate line.
D. Yes, use commas between each parent class.

D

Computer Science & Information Technology

You might also like to view...

The delete operator:

a. Can terminate the program. b. Must be told which destructor to call when destroying an object. c. Can delete an entire array of objects declared using new. d. Is called implicitly at the end of a program.

Computer Science & Information Technology

When you want to process only partial data, you can use the stream function ____ to discard a portion of the input.

A. clear B. skip C. delete D. ignore

Computer Science & Information Technology