Q. In Java, can a subclass inherit constructors from its superclass?
β
Correct Answer: (D)
None of the above
Explanation: Option A: Only if the subclass is marked as "final"