Multiple Choice
If a class contains an abstract method __________.
A) you must create an instance of the class
B) the method will only have a header, but not a body, and will end with a semicolon
C) the method cannot be overridden in subclasses
D) All of these are true.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q47: An abstract class is not instantiated itself
Q48: All fields declared in an interface _.<br>A)
Q49: In the following statement, which is the
Q50: Which of the following shows the inheritance
Q51: Protected class members can be denoted in
Q53: _ tells the Java compiler that a
Q54: A compiler error will result if an
Q55: If a method in a subclass has
Q56: The _ key word is used to
Q57: When declaring class data members it is