Solved

Which of the Following Is True Regarding a Class and Interface

Question 83

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 is in the same package as the class.
B) You can convert from a class type to any interface type that the class implements.
C) You can convert from a class type to any interface type that the class defines.
D) You cannot convert from a class type to any interface type.

Correct Answer:

verifed

Verified

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

Related Questions