Which of these is used to access members of class before the object of that class is created?
(a) public
(b) private
(c) static
(d) protected
I have been asked this question in an internship interview.
My doubt is from Public & Private Access Modifier in division Arrays and Strings of C#