Multiple Choice
When a class does not use the extends key word to inherit from another class, Java automatically extends it from the __________ class.
A) Object
B) subclass
C) superclass
D) public
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: If ClassC is derived from ClassB which
Q12: When an "is a" relationship exists between
Q13: In a class hierarchy _.<br>A) the more
Q13: In the following statement, which is the
Q27: In an inheritance relationship, the subclass constructor
Q33: You can write a super statement that
Q42: A _ member's access is somewhere between
Q48: All fields declared in an interface _.<br>A)
Q50: Which of the following shows the inheritance
Q51: Protected class members can be denoted in