Which of these is used to access a member of class before object of that class is created?
(a) public
(b) private
(c) static
(d) protected
I got this question during an interview.
The origin of the question is Access Control in portion Classes and Methods of Java