Short Answer
A(n) ____________________ class is one from which you can inherit, but not create, any object.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: The _ establishes an object by reserving
Q20: An _ child class method has the
Q21: When you override a method in a
Q22: Using inheritance saves time since you do
Q23: A superclass is the same thing as
Q25: All default constructors are automatically supplied.
Q26: A child class contains all the data
Q27: A method in a parent class must
Q28: The _ of a subclass consist of
Q29: You can write as many constructors for