Which of the following statements regarding abstract methods is not true?
Which of the following statements regarding abstract methods is not true?
options:
| A data field can be declared abstract |
| Abstract classes can have constructors |
| A class that contains abstract methods must be abstract |
| It is possible to declare an abstract class that contains no abstract methods |