Multiple Choice
If ClassC is derived from ClassB which is derived from ClassA, this would be an example of
A) a chain of inheritance
B) linear inheritance
C) multiple interfaces
D) cascading classes
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: All methods in an abstract class must
Q2: What type of relationship exists between two
Q3: In the following code, what will the
Q4: What is required for an interface method
Q6: A class becomes abstract when you place
Q7: Given the following code, which statement is
Q8: A functional interface is simply an interface
Q9: When a method is declared with the
Q10: In _, inheritance is shown with a
Q11: A subclass can directly access _.<br>A) only