Multiple Choice
If ClassC extends ClassB, which extends ClassA, this would be an example of:
A) multiple inheritance
B) a chain of inheritance
C) a family tree
D) packaging
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: A functional interface is simply an interface
Q19: Inheritance involves a subclass, which is the
Q34: Which of the following is TRUE about
Q35: Look at the following code. What is
Q36: What is wrong with the following code?<br>IntCalculator
Q37: In the following statement, which is the
Q40: What key word can you use to
Q41: Like a family tree, a _ shows
Q42: The super statement that calls the superclass
Q61: Every class has a toString method and