Which of the following statements regarding abstract methods is false?

a. Abstract classes have constructors.
b. A class that contains abstract methods must be abstract.
c. It is possible to declare an abstract class that contains no abstract methods.
d. An abstract method cannot be contained in a nonabstract class.
e. A data field can be declared abstract.

e E is wrong, because a data field cannot be declared abstract. Only methods and classes can be declared abstract.

Computer Science & Information Technology

You might also like to view...

Discuss the National Security Professional Development Program (NSPD).

What will be an ideal response?

Computer Science & Information Technology

The not equal to comparison operator is ____.

A. != B.

Computer Science & Information Technology