Solved

Which of the Following Is True Regarding a Class and Interface

Question 34

Multiple Choice

Which of the following is true regarding a class and interface types?


A) You can convert from a class type to any interface type that the class extends.
B) You cannot convert from a class type to any interface type.
C) You can convert from a class type to any interface type that the class implements.
D) You can convert from a class type to any interface type that is in the same package as the class.

Correct Answer:

verifed

Verified

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

Related Questions