Multiple Choice
Which of the following is NOT true regarding abstract methods?
A) Abstract methods must be implemented in child classes.
B) Abstract methods have no body.
C) Abstract methods use the abstract keyword in declarations.
D) Abstract methods are inherited by their children.
Correct Answer:

Verified
Correct Answer:
Verified
Q37: Compare and contrast abstract classes and interfaces.
Q38: Java's Object class contains a public method
Q39: The java.lang package contains fundamental classes and
Q40: When a superclass is abstract, you cannot
Q41: How is the Object class equals() method
Q43: The Object class equals() method returns a
Q44: What is an abstract class? Give an
Q45: The _ method is useful in debugging
Q46: It is common to create an interface
Q47: Give an example of how you can