Multiple Choice
Once a class implements an interface,all objects of that class have a(n) __________ relationship with the interface type.
A) has a
B) equals
C) is a
D) composition
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: Which of the following is not a
Q12: Inheritance is represented by a(n)_ relationship.<br>A) "uses"<br>B)
Q20: Every class in Visual Basic except _
Q21: A base class is more specific than
Q23: A class inherited from two or more
Q26: Abstract methods and properties do not provide
Q28: For which of the following would polymorphism
Q29: An interface may not provide properties with
Q41: A base class's constructors are inherited into
Q59: An abstract class cannot have instance data