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:

Verified
Correct Answer:
Verified
Q29: Consider the following code snippet: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q30: What type of edge does UML use
Q31: If the user wants to process keystrokes,
Q32: Consider the following class: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg" alt="Consider
Q33: To build a user interface that contains
Q35: Consider the following code snippet: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg"
Q36: Consider the following declarations: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB7392/.jpg" alt="Consider
Q37: Which of the following is an event
Q38: If you have multiple classes in your
Q39: What role does an interface play when