Multiple Choice
If a class contains an abstract method:
A) you must 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 cannot be overridden in subclasses
D) All of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q51: Look at the following code. Line 1
Q52: Look at the following code. Which line
Q53: When an "is a" relationship exists between
Q54: In the following statement, which is the
Q55: Which of the following statements declares Salaried
Q57: Look at the following code: Line 1
Q57: When declaring class data members it is
Q58: All fields declared in an interface:<br>A) are
Q59: Look at the following code. Which line
Q60: What is wrong with the following code?<br>Public