Multiple Choice
If you instantiate an abstract class, the class or object you wind up with
A) is also an abstract class
B) is a normal class
C) is an interface
D) is a reference to an Object
E) you can't instantiate an abstract class
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: A reference variable can refer to any
Q3: One of the advantages of the linear
Q4: Code Example Ch 10-1<br>An int array
Q5: Polymorphism is achieved by<br>A) overloading<br>B) overriding<br>C) embedding<br>D)
Q6: The type of the reference, not the
Q7: What kind of performance can you expect
Q8: We compare sorting algorithms by examining<br>A) the
Q9: A GUI control that allows the user
Q10: Both the insertion sort and the selection
Q11: Java allows one to create polymorphic references