Visibility and Accessibility Modifiers

Exercise: Use the protected modifier

Goal

Modify the example classes

  1. Add a protected property to the class 'Student' named 'GraduationYear' of type int.
Page 7 of 18