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. A class that inherits from two classes.

Computer Science & Information Technology

You might also like to view...

According to Michael Davis, what is a profession?

What will be an ideal response?

Computer Science & Information Technology

OpenSSL provides the APIs ____ for Base64 encoding.

A. EVP_B64EncodeBlock B. EVP_Base64EncodeBlock C. EVP_EncodeBlock D. EVP_Base64Block

Computer Science & Information Technology