Which of these keywords is used to refer to member of base class from a subclass?
(a) upper
(b) super
(c) this
(d) none of the mentioned
This question was addressed to me in an interview for job.
My question is taken from String Class in section Classes and Methods of Java