14.6 - Access Control in Packages
Enroll to start learning
You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.
Practice Questions
Test your understanding with targeted questions
What does the public access modifier do?
💡 Hint: Think of where you can call a public method.
If a method has no access modifier, what is its default access level?
💡 Hint: Consider who can see the method if it's not marked.
3 more questions available
Interactive Quizzes
Quick quizzes to reinforce your learning
Which of the following access modifiers allows access from any other class?
💡 Hint: Think about where you can call this member from!
Can a private member be accessed from a subclass?
💡 Hint: Consider the limitations a private access offers.
1 more question available
Reference links
Supplementary resources to enhance your learning experience.