Q. In Java, can a subclass override a protected method from its superclass? (A) Yes, regardless of the package (B) No, protected methods cannot be overridden (C) No, protected methods are private (D) Yes, as long as it's in the same package ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) Yes, as long as it's in the same package