#CS-6203
Awesome StudentQuestion • Object Oriented Programming
This is the least restrictive access modifier. Methods and attributes that use the public modifier can be accessed within your current class and by all other classes.
Answer
Public
Public