Which access specifier should be used so that all the parent class members can be inherited and accessed from outside the class?
(a) Private
(b) Default or public
(c) Protected or private
(d) Public
This question was addressed to me in a job interview.
My query is from Access Specifiers topic in chapter Access Specifiers of Object Oriented Programming