#CS-6203
Awesome StudentQuestion • Object Oriented Programming
Attributes and methods with the access modifier protected can be accessed within your class, by all classes within the same package, and by all subclasses within the same or other packages.
Answer
Protected