Matching a visibility

Report a typo

Match visibility parameter with situations it may be used in:

Match the items from left and right columns
Private
Public
Protected
Package
You need to make a method that will be shared across the package of classes.
You need to make a method that will be used in a child class.
You need to make a method that will be used in all the classes.
You need to make a unique attribute for one class.
___

Create a free account to access the full topic