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

Verified
Correct Answer:
Verified
Related Questions
Q8: A functional interface is simply an interface
Q40: What key word can you use to
Q41: Like a family tree, a _ shows
Q42: The super statement that calls the superclass
Q46: Protected members are:<br>A) not quite private<br>B) not
Q47: This is a special type of expression
Q48: Which of the following statements correctly specifies
Q49: Which of the following is an example
Q50: An anonymous inner class must:<br>A) implement an
Q61: Every class has a toString method and