If a method is declared as protected, where may the method be accessed?
Interfaces of the same package and other packages
Classes of the same package
Classes of the same package and other packages
Interfaces of the same package