Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

If super class and subclass have same variable name, which keyword should be used to use super class?

a) super
b) this
c) upper
d) classname

Answer: a
Explanation: Super keyword is used to access hidden super class variable in subclass.

Join The Discussion