Q. Which option is false about the final keyword? (A) A final method cannot be overridden in its subclasses. (B) A final class cannot extend other classes. (C) A final method can be inherited. (D) A final class cannot be extended. ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) A final class cannot extend other classes.