Which Of These Access Specifiers Can Be Used For A Class So #1062
Which of these access specifiers can be used for a class so that its members can be accessed by a different class in the different 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 these access specifiers can be used for a class so that its members can be accessed by a different class in the different package?
Public
Protected
Private
No Modifier