Multiple Choice
If you provide an empty method within an abstract class, the method is an abstract method even if you do not explicitly use the keyword ____ when defining the method.
A) virtual
B) implements
C) abstract
D) extends
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Match each term with the correct statement
Q20: Match each term with the correct statement
Q21: When you create a class that uses
Q22: public class Animal <br>{ <br>} <br>public class
Q23: While a class can inherit from multiple
Q25: public abstract class Car <br>{ <br> private String
Q26: _ compress the data they store, which
Q27: Match each term with the correct statement
Q28: public abstract class Car <br>{ <br> private String
Q29: Instead of using the automatic toString() method