Solved

Which of the Following Statements About Interfaces Is NOT True

Question 78

Multiple Choice

Which of the following statements about interfaces is NOT true?


A) Interfaces can make code more reusable.
B) An interface provides no implementation.
C) A class can implement only one interface type.
D) Interfaces can reduce the coupling between classes.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions