Multiple Choice
Which of the following is true about an abstract class?
A) it can be instantiated
B) it can contain zero or more abstract methods
C) it cannot be inherited by other classes
D) it cannot contain data fields
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q45: A base class is a class that
Q46: A subclass cannot add new members to
Q47: Java packages provide a way to group
Q48: _ is the ability of a variable
Q49: Which of the following is NOT true
Q51: A package and the directory that contains
Q52: Name 3 important operations that an iterator
Q53: The class which inherits the members of
Q54: A subclass that fails to implement all
Q55: A subclass can contain its own version