How can super keyword access the static members of a parent class? But I am getting output for the program written below as 10
Below is a Java code using super keyword in same B.java file.
Below is a Java code using super keyword in same B.java file.