Which of the following statements regarding abstract methods is false?
a. An abstract class can have instances created using the constructor of the abstract class.
b. An abstract class can be extended.
c. A subclass of a non-abstract superclass can be abstract.
d. A subclass can override a concrete method in a superclass to declare it abstract.
e. An abstract class can be used as a data type.
a A is wrong because you cannot create an instance using the contructor from an abstract class.
Computer Science & Information Technology
You might also like to view...
The ________ Pane displays and organizes the names of the objects in a database
Fill in the blank(s) with correct word
Computer Science & Information Technology
Toning adjusts the color of image by applying a stylized color or hue
Indicate whether the statement is true or false
Computer Science & Information Technology