Which of this access specifies can be used for a class so that its members can be accessed by a different class in the same package?
(a) Public
(b) Protected
(c) No Modifier
(d) All of the mentioned
I got this question during a job interview.
The question is from Packages in chapter Interfaces & Packages of Java