What is the difference between "extends" and "implements" in Java?
A. Both are used for class inheritance
B. "Extends" is used for class inheritance, while "implements" is used for interface implementation
C. Both are used for interface implementation
D. None of These
Answer: Option B
Join The Discussion