Multiple Choice
An abstract method:
A) has a "do-nothing" body.
B) does not have a body.
C) has a body that operates like any other method.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Why does Java provide a protected access
Q2: An interface can contain one or more
Q3: Assuming that class B inherits from class
Q4: Abstract methods can be static.
Q5: When is it determined which method is
Q7: Typically, an abstract class is a class
Q8: What keyword do we use in the
Q9: To use polymorphism, the classes must be
Q10: Inheritance is useful for which of the
Q11: Overriding a method and overloading a method