Multiple Choice
This shows the inheritance relationships among classes in a manner that is similar to a family tree.
A) UML diagram
B) CRC card
C) flowchart
D) class hierarchy
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: In the following statement, which is the
Q9: When a class does not use the
Q9: When a class implements an interface, an
Q16: If a subclass constructor does not explicitly
Q23: Because every class directly or indirectly inherits
Q25: All methods specified by an interface are
Q26: When a class contains an abstract method,
Q27: In an inheritance relationship, the subclass constructor
Q30: In Java, a reference variable is _
Q48: All fields declared in an interface _.<br>A)