Multiple Choice
What type of inheritance does Java support?
A) single inheritance
B) double inheritance
C) multiple inheritance
D) Java does not support inheritance.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: Interfaces are defined using the reserved word
Q12: An abstract method is a method that
Q13: In Java, polymorphism is implemented using late
Q14: If class Dog has a subclass Retriever,
Q15: A subclass can directly access protected members
Q17: The class Object is directly or indirectly
Q18: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB8472/.jpg" alt=" -Based on the
Q19: An abstract class can contain _.<br>A) only
Q20: A subclass can directly access _.<br>A) public
Q21: An abstract method _.<br>A) is any method