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
The question was asked at a job interview.
This interesting question is from Inheritance in portion Inheritance of Java