Q. What is the difference between "extends" and "implements" in Java?
β
Correct Answer: (B)
"Extends" is used for class inheritance, while "implements" is used for interface implementation