Answer (Choose 1 answer)
What is the purpose of the "super" keyword in Java?
A. To refer to the current object
B. To invoke the superclass constructor or methods
C. To create multiple instances of a class
D. To hide data and methods within a class
Ext