Multiple Choice
A class that represents the most general entity in an inheritance hierarchy is called a/an ____.
A) Default class.
B) Superclass.
C) Subclass.
D) Inheritance class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q55: Consider the classes shown below: public class
Q56: Consider the following code snippet: Employee anEmployee
Q57: A class from which you cannot create
Q58: Consider the following code snippet: public class
Q59: Consider the Counter class below. public class
Q61: A class that cannot be instantiated is
Q62: If a subclass contains a method with
Q64: If a subclass uses the same method
Q65: Consider the following code snippet:<br>Int numAxles =
Q91: Which of the following statements about superclasses