Multiple Choice
Like a family tree, a ________ shows the inheritance relationship between classes.
A) flowchart
B) class map
C) class hierarchy
D) binary tree
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A functional interface is simply an interface
Q19: Inheritance involves a subclass, which is the
Q36: What is wrong with the following code?<br>IntCalculator
Q37: In the following statement, which is the
Q39: If ClassC extends ClassB, which extends ClassA,
Q40: What key word can you use to
Q42: The super statement that calls the superclass
Q45: If a class contains an abstract method:<br>A)
Q46: Protected members are:<br>A) not quite private<br>B) not
Q61: Every class has a toString method and