Which of the following statements are true? A. A subclass is a subset of a superclass.

Which of the following statements are true?


A. A subclass is a subset of a superclass.
B. A subclass is usually extended to contain more functions and more detailed information than its superclass.
C. "class A extends B" means A is a subclass of B.
D. "class A extends B" means B is a subclass of A.

The correct answer is BC


Java

Learn More Multiple Choice Question :