1. Which statements are true? Select the two correct answers.
(A) In Java, the extends clause is used to specify the inheritance relationship.
(B) The subclass of a non-abstract class can be declared abstract.
(C) All members of the superclass are inherited by the subclass.
(D) A final class can be abstract.
(E) A class in which all the members are declared private, cannot be declared public.