Multiple Choice
A class that cannot be instantiated is called a/an ____.
A) Abstract class.
B) Anonymous class.
C) Concrete class.
D) Non-inheritable class.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
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
Q60: A class that represents the most general
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 =
Q66: Consider the hierarchy of classes shown below.
Q91: Which of the following statements about superclasses