Which of the following is not possible?

a. A class that implements two interfaces.
b. A class that inherits from two classes.
c. A class that inherits from one class, and implements an interface.
d. All of the above are possible.

B

Computer Science & Information Technology

You might also like to view...

Structure variable declarations can be incorporated into a structure definition by placing a comma-separated list of variable names:

a. After struct StructureName and before the left brace. b. After the left brace and before the member declarations. c. After the member declarations and before the right brace. d. After the right brace and before the semicolon.

Computer Science & Information Technology

The accompanying figure shows ____ editing window features in use.

A. roundtrip B. linked C. integrated D. embedded

Computer Science & Information Technology