Multiple Choice
An abstract class must have the modifier ___________ included in the class heading.
A) static
B) abstract
C) final
D) private
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: _ refers to the process of associating
Q3: Assigning an object of an ancestor class
Q4: A class with no abstract methods is
Q4: Java uses late binding with private methods,methods
Q5: _ binding refers to the method definition
Q8: The clone method return type is:<br>A)the same
Q11: The final modifier is included before the
Q11: The clone method has _ parameters.<br>A)zero<br>B)one<br>C)two<br>D)three<br>
Q24: Implement the base class in the shoe
Q29: What is wrong with the following method