| 1. |
Which of the following are true?
Please select all the correct answers.
|
| |
A.
|
If a class declaration does not have an extends clause, then the class is a direct subclass of Object. |
| |
B.
|
If a class is declared as abstract then it may not be declared as final. |
| |
C.
|
A top-level class (non-inner class) may be declared as private. |
| |
D.
|
A class may implement, at most, one interface. |