For Java, Which of the following is correct?
Which of the following is correct?
A. | An abstract class does not contain constructors. | |
B. | The constructors in an abstract class should be protected. | |
C. | The constructors in an abstract class are private. | |
D. | You may declare a final abstract class. | |
E. | An interface may contain constructors. |
Expert Answer