Which Of This Access Specifies Can Be Used For A Class So That #1061
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?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 Java Interfaces Packages - Java Packages - Quiz No.1.
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?
Public
Protected
No Modifier
All of the mentioned